Skip to content

Commit

Permalink
fix(redhat_osv): link to comment for additional context
Browse files Browse the repository at this point in the history
This commit adds a link to additional context for posterity.

I personally found this line odd and confusing and received an explanation,
so figured not to let it go to waste...
Signed-off-by: Andrew Pollock <[email protected]>
  • Loading branch information
andrewpollock committed Nov 5, 2024
1 parent 34c8f0f commit 9707694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/redhat/redhat_osv/osv_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_missing_cvss_v3(self):
for remediation in vuln.remediations:
assert "@" in remediation.purl

# See https://github.com/ossf/osv-schema/pull/308#issuecomment-2456061864
osv = OSV(csaf, "test_date")
assert not hasattr(osv, "severity")
for affected in osv.affected:
Expand Down

0 comments on commit 9707694

Please sign in to comment.