Skip to content

Commit

Permalink
Fixed the vulnerabilities template fields
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Mar 25, 2024
1 parent 7e50933 commit 175270a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/vulnerabilities-events-injector/DIS_Template.json
Expand Up @@ -179,6 +179,9 @@
"ignore_above": 1024,
"type": "keyword"
},
"detected_at": {
"type": "date"
},
"enumeration": {
"ignore_above": 1024,
"type": "keyword"
Expand All @@ -187,6 +190,9 @@
"ignore_above": 1024,
"type": "keyword"
},
"published_at": {
"type": "date"
},
"reference": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -236,9 +242,6 @@
}
}
},
"detected_at": {
"type": "date"
},
"manager": {
"properties": {
"name": {
Expand All @@ -247,9 +250,6 @@
}
}
},
"published_at": {
"type": "date"
},
"node": {
"properties": {
"name": {
Expand Down

0 comments on commit 175270a

Please sign in to comment.