Skip to content

Commit

Permalink
fix: hard-code unknown instead of high
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Jan 9, 2024
1 parent 0c5b46c commit 48c7169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/providers/debian/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def _normalize_json(self, ns_cve_dsalist=None): # noqa: PLR0912,PLR0915,C901
# HACK: when we can represent per-package severity or have a good mechanism
# for overriding upstream data, we should take this out.
if vid == "CVE-2023-44487":
vuln_record["Vulnerability"]["Severity"] = "High"
vuln_record["Vulnerability"]["Severity"] = "Unknown"

# add fixedIn
skip_fixedin = False
Expand Down

0 comments on commit 48c7169

Please sign in to comment.