Skip to content

Commit

Permalink
fix: update darkhttpd VENDOR_PRODUCT
Browse files Browse the repository at this point in the history
Add unix4lyfe:darkhttpd to avoid missing 2 CVEs published in 2024

Signed-off-by: Fabrice Fontaine <[email protected]>
  • Loading branch information
ffontaine committed Jan 28, 2024
1 parent 40e5180 commit c3fd545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cve_bin_tool/checkers/darkhttpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
CVE checker for darkhttpd
https://www.cvedetails.com/product/112161/Darkhttpd-Project-Darkhttpd.html?vendor_id=26797
https://www.cvedetails.com/product/168196/Unix4lyfe-Darkhttpd.html?vendor_id=34424
Note: darkhttpd is not provided on debian and openWRT. Tests use fedora packages only
Expand All @@ -19,4 +20,4 @@ class DarkhttpdChecker(Checker):
CONTAINS_PATTERNS: list[str] = []
FILENAME_PATTERNS: list[str] = []
VERSION_PATTERNS = [r"darkhttpd/([0-9]+\.[0-9]+)"]
VENDOR_PRODUCT = [("darkhttpd_project", "darkhttpd")]
VENDOR_PRODUCT = [("darkhttpd_project", "darkhttpd"), ("unix4lyfe", "darkhttpd")]

0 comments on commit c3fd545

Please sign in to comment.