mirror of https://github.com/MISP/misp-objects
fix: [impacts] Typo
parent
49a715e1cf
commit
ae62d5f9b3
|
@ -72,13 +72,13 @@
|
||||||
"record_count": {
|
"record_count": {
|
||||||
"description": "The number of records of this type that were compromised.",
|
"description": "The number of records of this type that were compromised.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp_attribute": "counter",
|
"misp-attribute": "counter",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"record_size": {
|
"record_size": {
|
||||||
"description": "The amount of data that was compromised in bytes.",
|
"description": "The amount of data that was compromised in bytes.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp_attribute": "size-in-bytes",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"recoverability": {
|
"recoverability": {
|
||||||
|
|
|
@ -74,13 +74,13 @@
|
||||||
"record_count": {
|
"record_count": {
|
||||||
"description": "The number of records of this type that were compromised.",
|
"description": "The number of records of this type that were compromised.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp_attribute": "counter",
|
"misp-attribute": "counter",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"record_size": {
|
"record_size": {
|
||||||
"description": "The amount of data that was compromised in bytes.",
|
"description": "The amount of data that was compromised in bytes.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp_attribute": "size-in-bytes",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"recoverability": {
|
"recoverability": {
|
||||||
|
|
Loading…
Reference in New Issue