You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the CVE5 to OSV conversion project, we are currently not able to ingest the CVEs from the Github_M CNA despite having most/all of the necessary information, as the version is displayed incorrectly:
"version": ">= 1.32.3, < 1.34.5",
A helper function that could extract the versions into the AffectedVersion format would be immensely helpful.
The above example would give: Introduced: 1.32.3 Fixed: 1.34.5
if the second part was "<=", it'd be LastAffected: 1.34.5 instead