From a3152e875b54b5353f3606ad675c1453747ae9e6 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 27 Sep 2023 13:27:56 +0100 Subject: [PATCH] feat: fetch GHSA data for dart and swift (#302) 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", }