Skip to content

Commit

Permalink
fix: [vulnerability] any CVSS version
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 16, 2024
1 parent a2e4bbc commit 9f9bd7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions objects/vulnerability/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"ui-priority": 0
},
"cvss-score": {
"description": "Score of the Common Vulnerability Scoring System (version 3).",
"description": "Score of the Common Vulnerability Scoring System.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"cvss-string": {
"description": "String of the Common Vulnerability Scoring System (version 3).",
"description": "String of the Common Vulnerability Scoring System.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
Expand Down Expand Up @@ -65,7 +65,8 @@
"Reviewed",
"Vulnerability ID Assigned",
"Reported",
"Fixed"
"Fixed",
"Encoded"
],
"ui-priority": 0
},
Expand Down Expand Up @@ -94,5 +95,5 @@
"id"
],
"uuid": "81650945-f186-437b-8945-9f31715d32da",
"version": 8
"version": 9
}

0 comments on commit 9f9bd7e

Please sign in to comment.