mirror of https://github.com/MISP/misp-objects
chg: [shadowserver-malware-url-report] sane default added for severity
Ref: https://github.com/The-Shadowserver-Foundation/report_schema/blob/main/severity.mdpull/411/head
parent
f02af50725
commit
7f77dbe685
|
@ -71,6 +71,13 @@
|
||||||
"description": "Severity of the report",
|
"description": "Severity of the report",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"critical",
|
||||||
|
"high",
|
||||||
|
"medium",
|
||||||
|
"low",
|
||||||
|
"info"
|
||||||
|
],
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"sha256": {
|
"sha256": {
|
||||||
|
@ -111,5 +118,5 @@
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"uuid": "0211496c-dbcf-465b-a147-3d965da016cc",
|
"uuid": "0211496c-dbcf-465b-a147-3d965da016cc",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue