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

Add GitHub Security Advisory data for Dart packages #294

Closed
westonsteimel opened this issue Sep 21, 2023 · 0 comments · Fixed by #302
Closed

Add GitHub Security Advisory data for Dart packages #294

westonsteimel opened this issue Sep 21, 2023 · 0 comments · Fixed by #302
Labels
enhancement New feature or request

Comments

@westonsteimel
Copy link
Contributor

westonsteimel commented Sep 21, 2023

What would you like to be added:
Add support for pulling in GitHub Security Advisory data for Dart

Why is this needed:
Syft supports cataloging of Dart packages but there is currently no vuln data being built into grype-db to match against in grype

Additional context:
Should hopefully just be a simple add to the mapping in:

ecosystem_map = {
"COMPOSER": "composer",
"GO": "go",
"MAVEN": "java",
"NPM": "npm",
"NUGET": "nuget",
"PIP": "python",
"RUBYGEMS": "gem",
"RUST": "rust",
}

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

Successfully merging a pull request may close this issue.

1 participant