Skip to content

Commit

Permalink
feat: fetch GHSA data for dart and swift (#302)
Browse files Browse the repository at this point in the history
Adds support for fetching GitHub Security Advisories for dart
and swift

Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel authored Sep 27, 2023
1 parent d339ee7 commit a3152e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vunnel/providers/github/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
"NPM": "npm",
"NUGET": "nuget",
"PIP": "python",
"PUB": "dart",
"RUBYGEMS": "gem",
"RUST": "rust",
"SWIFT": "swift",
}


Expand Down

0 comments on commit a3152e8

Please sign in to comment.