mirror of https://github.com/MISP/mail_to_misp
more tlp fix-ups
parent
70652ecfa7
commit
3d78013b44
|
@ -17,9 +17,9 @@ stopword = 'Whois & IP Information'
|
||||||
|
|
||||||
# TLP tag setup
|
# TLP tag setup
|
||||||
# Tuples contain different variations of spelling
|
# Tuples contain different variations of spelling
|
||||||
tlptags = { 'tlp:white': [ 'tlp:white', 'tlp: white' ],
|
tlptags = { 'tlp:white': [ 'tlp:white', 'tlp: white', 'tlp white' ],
|
||||||
'tlp:green': [ 'tlp:green', 'tlp: green' ],
|
'tlp:green': [ 'tlp:green', 'tlp: green', 'tlp green' ],
|
||||||
'tlp:amber': [ 'tlp:amber', 'tlp: amber' ]
|
'tlp:amber': [ 'tlp:amber', 'tlp: amber', 'tlp amber' ]
|
||||||
}
|
}
|
||||||
tlptag_default = sorted(tlptags.keys())[-1]
|
tlptag_default = sorted(tlptags.keys())[-1]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue