chg: [shadowserver-malware-url-report] sane default added for severity

Ref: https://github.com/The-Shadowserver-Foundation/report_schema/blob/main/severity.md
pull/411/head
Alexandre Dulaunoy 2023-12-07 08:50:15 +01:00
parent f02af50725
commit 7f77dbe685
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -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
} }