mirror of https://github.com/MISP/misp-objects
fix: Validation issue fixed
parent
e743d7d013
commit
e2f062e477
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"attributes": {
|
||||
"nom-entreprise": {
|
||||
"description": "Nom de l’entreprise notifiee",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"actions-corrective": {
|
||||
"description": "Actions correctives a long terme",
|
||||
"disable_correlation": true,
|
||||
|
@ -105,6 +99,12 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"nom-entreprise": {
|
||||
"description": "Nom de l’entreprise notifiee",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"remarques": {
|
||||
"description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de l’incident",
|
||||
"disable_correlation": true,
|
||||
|
@ -136,4 +136,4 @@
|
|||
"name": "ilr-notification-incident",
|
||||
"uuid": "b8ade604-39b2-11e9-b753-1fd28d3b612c",
|
||||
"version": 1
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue