Skip to content

Commit

Permalink
fix: update squashfs VENDOR_PRODUCT (intel#3605)
Browse files Browse the repository at this point in the history
Replace squashfs-tools by squashfs-tools_project as
squashfs-tools:squashfs-tools is not a valid CPE ID:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Asquashfs-tools%3Asquashfs-tools

Signed-off-by: Fabrice Fontaine <[email protected]>
  • Loading branch information
ffontaine authored and inosmeet committed Feb 16, 2024
1 parent 9d17d0e commit 241d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/checkers/squashfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ class SquashfsChecker(Checker):
VERSION_PATTERNS = [r"squashfs version ([0-9]+\.[0-9]+\.?[0-9]*)"]
VENDOR_PRODUCT = [
("squashfs_project", "squashfs"),
("squashfs-tools", "squashfs-tools"),
("squashfs-tools_project", "squashfs-tools"),
]

0 comments on commit 241d910

Please sign in to comment.