We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066fa2e commit 3eae499Copy full SHA for 3eae499
2 files changed
vulnerabilities/importers/__init__.py
@@ -119,7 +119,6 @@
119
ubuntu_osv_importer_v2.UbuntuOSVImporterPipeline,
120
alpine_linux_importer_v2.AlpineLinuxImporterPipeline,
121
vcs_collector_importer_v2.VSCCollectorPipeline,
122
- nvd_importer.NVDImporterPipeline,
123
github_importer.GitHubAPIImporterPipeline,
124
gitlab_importer.GitLabImporterPipeline,
125
github_osv.GithubOSVImporter,
vulnerabilities/pipelines/v2_importers/vcs_collector_importer.py
@@ -41,7 +41,7 @@ def steps(cls):
41
42
def clone(self):
43
"""Clone the repository."""
44
- self.repo_url = "git+https://github.com/ziadhany/vulnerablecode-vcs-collector"
+ self.repo_url = "git+https://github.com/aboutcode-data/vulnerablecode-vcs-collector"
45
self.log(f"Cloning `{self.repo_url}`")
46
self.vcs_response = fetch_via_vcs(self.repo_url)
47
0 commit comments