fix: Added missing test mechanisms mapping mapping

pull/6322/head
chrisr3d 2020-09-16 00:01:52 +02:00
parent ac907557b5
commit aebe57b80d
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ cybox_to_misp_object = {
"Whois": "whois"
}
test_mechanisms_mapping = {
'yaraTM:YaraTestMechanismType': 'yara'
}
marking_mapping = {
'AIS:AISMarkingStructure': 'parse_AIS_marking',
'tlpMarking:TLPMarkingStructureType': 'parse_TLP_marking'