Skip to content

Commit

Permalink
allow setting disputed status
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Nov 12, 2024
1 parent c0fb6d9 commit 27be10c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/anchore/2024/CVE-2024-51992.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"collectionURL": "https://packagist.org",
"cpes": [
"cpe:2.3:a:orchid:platform:*:*:*:*:*:*:*:*"
"cpe:2.3:a:orchid:platform:*:*:*:*:*:php:*:*"
],
"packageName": "orchid/platform",
"packageType": "php-composer",
Expand Down
6 changes: 6 additions & 0 deletions schema/enrichment_record.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"reason": {
"type": "string"
},
"needsReview": {
"type": "boolean"
},
"disputed": {
"type": "boolean"
},
"triageNotes": {
"type": "object",
"additionalProperties": true,
Expand Down

0 comments on commit 27be10c

Please sign in to comment.