Skip to content

Commit

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

- dart
- swift
- erlang

Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Sep 27, 2023
1 parent d339ee7 commit 86e0afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vunnel/providers/github/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@
from vunnel.utils.vulnerability import CVSS, CVSSBaseMetrics

ecosystem_map = {
"ERLANG": "erlang",
"COMPOSER": "composer",
"GO": "go",
"MAVEN": "java",
"NPM": "npm",
"NUGET": "nuget",
"PIP": "python",
"PUB": "dart",
"RUBYGEMS": "gem",
"RUST": "rust",
"SWIFT": "swift",
}


Expand Down

0 comments on commit 86e0afa

Please sign in to comment.