-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PURL matching with qualifiers in OpenVEX (#5061)
* feat: PURL match in OpenVEX * test: fix fixture * Update docs/docs/supply-chain/vex.md Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> * docs: add a comment about overriding statements --------- Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
- Loading branch information
1 parent
4401998
commit 49fdd58
Showing
10 changed files
with
104 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,7 @@ jobs: | |
cyclonedx | ||
spdx | ||
purl | ||
vex | ||
helm | ||
report | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"@context": "https://openvex.dev/ns", | ||
"author": "Aqua Security", | ||
"role": "Project Release Bot", | ||
"timestamp": "2023-01-16T19:07:16.853479631-06:00", | ||
"version": 1, | ||
"statements": [ | ||
{ | ||
"timestamp": "2023-01-15T01:02:03.853479631-06:00", | ||
"vulnerability": { | ||
"name": "CVE-2021-44228" | ||
}, | ||
"products": [ | ||
{"@id": "pkg:maven/org.springframework.boot/spring-boot@2.6.0"} | ||
], | ||
"status": "affected" | ||
}, | ||
{ | ||
"vulnerability": { | ||
"name": "CVE-2021-44228" | ||
}, | ||
"products": [ | ||
{"@id": "pkg:maven/org.springframework.boot/spring-boot@2.6.0"} | ||
], | ||
"status": "not_affected", | ||
"justification": "vulnerable_code_not_in_execute_path" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters