From 8d1b351708100c2597bba1343f8071157b2fd36c Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 27 Sep 2023 10:05:23 +0100 Subject: [PATCH] feat: fetch GHSA data for dart and swift Adds support for fetching GitHub Security Advisories for dart and swift Signed-off-by: Weston Steimel --- src/vunnel/providers/github/parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vunnel/providers/github/parser.py b/src/vunnel/providers/github/parser.py index e3791731..77c7ab54 100644 --- a/src/vunnel/providers/github/parser.py +++ b/src/vunnel/providers/github/parser.py @@ -36,8 +36,10 @@ "NPM": "npm", "NUGET": "nuget", "PIP": "python", + "PUB": "dart", "RUBYGEMS": "gem", "RUST": "rust", + "SWIFT": "swift", }