From eb247a35c51869bd931765df9d59daa151451d7a Mon Sep 17 00:00:00 2001 From: Akash Kumar Sen <71623442+Akash-Kumar-Sen@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:40:57 +0530 Subject: [PATCH] Add license_url for GitHub Importer --- vulnerabilities/importers/github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vulnerabilities/importers/github.py b/vulnerabilities/importers/github.py index a643c12d7..b2be32e1d 100644 --- a/vulnerabilities/importers/github.py +++ b/vulnerabilities/importers/github.py @@ -162,6 +162,7 @@ class GitHubAPIImporter(Importer): spdx_license_expression = "CC-BY-4.0" + license_url = "https://github.com/github/advisory-database/blob/main/LICENSE.md" def advisory_data(self) -> Iterable[AdvisoryData]: for ecosystem, package_type in PACKAGE_TYPE_BY_GITHUB_ECOSYSTEM.items():