-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds GitHub Advisory Database as a provider (#247)
* Refactor devcontainer settings and add support for GAD provider This commit refactors the devcontainer settings by removing the "editor.formatOnSave" setting and adds support for the "0xProto Nerd Font" in the devcontainer. Additionally, it introduces new settings for the window menu bar visibility, activity bar location, debug toolbar location, color theme, tab stops, and automatic formatting for Markdown files. It also includes the addition of the GAD (GitHub Advisory Database) provider in the provider factory. * feat: add GAD provider debug configuration and update dependencies. Adds a small SBOM with a few bad packages for testing. * feat: Improve error handling in GAD provider, ensures credentials are checked for GITHUB_TOKEN * Refactor provider factory to add support for GitHub as a vulnerability provider --------- Signed-off-by: DJ Schleen <[email protected]>
- Loading branch information
Showing
10 changed files
with
263 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.5", | ||
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", | ||
"version": 1, | ||
"components": [ | ||
{ | ||
"purl": "pkg:pypi/[email protected]" | ||
}, | ||
{ | ||
"purl": "pkg:pypi/[email protected]" | ||
}, | ||
{ | ||
"purl": "pkg:npm/[email protected]" | ||
}, | ||
{ | ||
"purl": "pkg:npm/[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.