celek
celek
``` select updater,name,severity,repo_name,fixed_in_version,vulnerable_range,aliases from vuln where name = 'GHSA-67hx-6x53-jw92' ``` returns no range but the osv data has some - https://api.osv.dev/v1/vulns/GHSA-67hx-6x53-jw92 ``` "ranges": [ { "type": "SEMVER", "events": [{ "introduced":...
Looking at this https://api.osv.dev/v1/vulns/GHSA-25pr-6pr6-68v7 ``` "ranges": [ { "type": "SEMVER", "events": [{ "introduced": "0" }, { "fixed": "1.1.9" }] } ], ``` yet I do not see the fixed_in_version in...
I noticed some advisories contain the ALIASES https://ossf.github.io/osv-schema/#aliases-field could this be added to the VULN schema ? (I can work on it, just asking if this is the right way...
I would like to parse the output of the license list summary and process it Right now summary only supports csv,txt and md I want to be able to get...
**End-user friendly description of the problem this fixes or functionality that this introduces** - [ ] Include this change in the Release Notes. If checked, you must provide an **end-user...