mirror of https://github.com/MISP/PyMISP
chg: Bump misp-object & describeTypes
parent
e937c3ae81
commit
825fa5361b
|
@ -584,6 +584,10 @@
|
||||||
"cortex": {
|
"cortex": {
|
||||||
"default_category": "External analysis",
|
"default_category": "External analysis",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
},
|
||||||
|
"boolean": {
|
||||||
|
"default_category": "Other",
|
||||||
|
"to_ids": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"types": [
|
"types": [
|
||||||
|
@ -732,7 +736,8 @@
|
||||||
"place-port-of-onward-foreign-destination",
|
"place-port-of-onward-foreign-destination",
|
||||||
"passenger-name-record-locator-number",
|
"passenger-name-record-locator-number",
|
||||||
"mobile-application-id",
|
"mobile-application-id",
|
||||||
"cortex"
|
"cortex",
|
||||||
|
"boolean"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"Internal reference",
|
"Internal reference",
|
||||||
|
@ -1129,7 +1134,8 @@
|
||||||
"port",
|
"port",
|
||||||
"float",
|
"float",
|
||||||
"hex",
|
"hex",
|
||||||
"phone-number"
|
"phone-number",
|
||||||
|
"boolean"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 333f9a46e4bcc96cd2e5f276bff26c9dd9b1524f
|
Subproject commit bd508a3455d017ac3976eef3d6fbfe91e736dea6
|
Loading…
Reference in New Issue