Compare commits

..

No commits in common. "02cfc5f7e71f307cb18eae953bbbea5b2982e8ce" and "ac39206625e808219d2d7cdaa9824f5f1a915843" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -207,5 +207,3 @@ marimo/_lsp/
__marimo__/ __marimo__/
key key
out.conf
data_dump.json

View file

@ -13,6 +13,6 @@ DATABASE_CREDENTIALS=""
MISP_KEY_FILE="" MISP_KEY_FILE=""
MISP_OUTPUT_FILE="" MISP_OUTPUT_FILE=""
ALLOWED_TLP='["tlp:clear", "tlp:white", "tlp:green"]' ALLOWED_TLP="[]"
IGNORED_TLP='["tlp:red", "tlp:amber+strict", "tlp:amber"]' IGNORED_TLP="[]"
UNBOUND_CERT_DIR="" UNBOUND_CERT_DIR=""