File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
2121# Visit https://github.com/nexB/vulnerablecode/ for support and download.
2222from vulnerabilities .importers import alpine_linux
23- from vulnerabilities .importers import example
2423from vulnerabilities .importers import github
2524from vulnerabilities .importers import nginx
2625
2726IMPORTERS_REGISTRY = [
28- example .ExampleImporter ,
2927 github .GitHubAPIImporter ,
3028 nginx .NginxImporter ,
3129 alpine_linux .AlpineImporter ,
Original file line number Diff line number Diff line change 22from vulnerabilities .improvers import default
33
44IMPROVERS_REGISTRY = [
5- importers .example .ExampleAliasImprover ,
65 default .DefaultImprover ,
76 importers .nginx .NginxBasicImprover ,
87 importers .alpine_linux .AlpineBasicImprover ,
You can’t perform that action at this time.
0 commit comments