Merge pull request #113 from Terrtia/master

fix: [ail-leak] disable correlation
pull/114/head
Alexandre Dulaunoy 2018-09-12 22:10:59 +02:00 committed by GitHub
commit 5511eaab2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"attributes": { "attributes": {
"sensor": { "sensor": {
"description": "The AIL sensor uuid where the leak was processed and analysed.", "description": "The AIL sensor uuid where the leak was processed and analysed.",
"disable_correlation": true,
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
@ -23,6 +24,7 @@
}, },
"duplicate_number": { "duplicate_number": {
"description": "Number of known duplicates.", "description": "Number of known duplicates.",
"disable_correlation": true,
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "counter" "misp-attribute": "counter"
}, },