Compare commits
2 commits
ac39206625
...
02cfc5f7e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 02cfc5f7e7 | |||
| 3c9ec0dae4 |
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -207,3 +207,5 @@ marimo/_lsp/
|
|||
__marimo__/
|
||||
|
||||
key
|
||||
out.conf
|
||||
data_dump.json
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ DATABASE_CREDENTIALS=""
|
|||
|
||||
MISP_KEY_FILE=""
|
||||
MISP_OUTPUT_FILE=""
|
||||
ALLOWED_TLP="[]"
|
||||
IGNORED_TLP="[]"
|
||||
ALLOWED_TLP='["tlp:clear", "tlp:white", "tlp:green"]'
|
||||
IGNORED_TLP='["tlp:red", "tlp:amber+strict", "tlp:amber"]'
|
||||
UNBOUND_CERT_DIR=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue