ossf / osv-schema

Open Source Vulnerability schema.
https://ossf.github.io/osv-schema/
Apache License 2.0
182 stars 79 forks source link

Add support for last_affected in GHSA conversions to OSV. #239

Closed calebbrown closed 6 months ago

calebbrown commented 6 months ago

OSV has support for last_affected for when we know which version was the last to be vulnerable.

The GHSA converter previously skipped adding this range event because last_affacted didn't exist at the time.

This change implements last_affected support for GHSA.