mirror of https://github.com/MISP/misp-objects
fix: [ddos-claim] descriptions fixed following CERT-SE feedback
parent
4e3ea4ff94
commit
e3288ef6e5
|
@ -12,14 +12,14 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"proof": {
|
"proof": {
|
||||||
"description": "Proof of the claim in text format.",
|
"description": "The claim in text format.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"proof-screenshot": {
|
"proof-screenshot": {
|
||||||
"description": "Proof of the screenshot.",
|
"description": "Screenshot of the claim.",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
@ -47,5 +47,5 @@
|
||||||
"reference"
|
"reference"
|
||||||
],
|
],
|
||||||
"uuid": "2722ac76-1f1f-43b7-bc68-ba5465ec5c04",
|
"uuid": "2722ac76-1f1f-43b7-bc68-ba5465ec5c04",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue