vulnera icon indicating copy to clipboard operation
vulnera copied to clipboard

Implement OSV format

Open fraxken opened this issue 2 years ago • 1 comments

I think we should work toward the goal of supporting multiple formats including OSV: https://ossf.github.io/osv-schema/

For the API we should probably rename useStandardFormat to useFormat. This new property take a string with possible enumeration: OSV or Standard

const vulnerabilities = await definition.getVulnerabilities(process.cwd(), {
  useFormat: "OSV"
});

fraxken avatar Sep 04 '23 21:09 fraxken

I take

fabnguess avatar Sep 05 '23 10:09 fabnguess