Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OSV format #196

Open
fraxken opened this issue Sep 4, 2023 · 1 comment
Open

Implement OSV format #196

fraxken opened this issue Sep 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fraxken
Copy link
Member

fraxken commented Sep 4, 2023

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 fraxken added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Sep 4, 2023
@fabnguess
Copy link
Contributor

I take

@fabnguess fabnguess self-assigned this Sep 5, 2023
@fraxken fraxken assigned fraxken and unassigned fabnguess Nov 28, 2023
@fraxken fraxken removed good first issue Good for newcomers help wanted Extra attention is needed labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants