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
yet I do not see the fixed_in_version in the DB - is that because I do not have the latest version of the DB ?
The code seems to attempt to read the right info
case ev.Fixed != "": // less than
ver, err = semver.NewVersion(ev.Fixed)
The text was updated successfully, but these errors were encountered:
Not (yet) an expert but I see the value in the struct when I run a test locally - Not sure where I can continue to debug - pointers to where I can put my breakpoint ?
Oh I noticed FixedInVersion is "" where upper range contains the 1.1.9
Looking at this
https://api.osv.dev/v1/vulns/GHSA-25pr-6pr6-68v7
yet I do not see the fixed_in_version in the DB - is that because I do not have the latest version of the DB ?
The code seems to attempt to read the right info
The text was updated successfully, but these errors were encountered: