Skip to content

Commit

Permalink
fix: added missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-sdiepold committed Oct 6, 2023
1 parent 62b647c commit 4d0eb1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cve_bin_tool/cve_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ def get_cves(self, product_info: ProductInfo, triage_data: TriageData):
):
# then there is no start range so just say true
passes_start = True

# check the end range
passes_end = False
if parsed_version == "UNKNOWN":
passes_end = True
else:
Expand Down

0 comments on commit 4d0eb1f

Please sign in to comment.