Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 323
Handle vulnerabilities which don't have any vulnerability ids #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
b38f7836358d3da796bc9d7badc61c649eac9441012f2a02efe474443bbbd620e0ac77c475323ea03013fa846772ffbfbbd74603eea267f346b21c80ab075bd93887ee94d2a0e48fa44File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -55,3 +55,4 @@ zipp==0.6.0 | ||
| requests==2.23.0 | ||
| toml==0.10.2 | ||
| PyYAML==5.3.1 | ||
| freezegun==1.1.0 | ||
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -58,16 +58,16 @@ | ||
| 'debian_tracker_url': 'https://security-tracker.debian.org/tracker/data/json' | ||
| }, | ||
| }, | ||
| # { | ||
| # 'name': 'safetydb', | ||
| # 'license': 'cc-by-nc-4.0', | ||
| # 'last_run': None, | ||
| # 'data_source': 'SafetyDbDataSource', | ||
| # 'data_source_cfg': { | ||
| # 'url': 'https://raw.githubusercontent.com/pyupio/safety-db/master/data/insecure_full.json', # nopep8 | ||
| # 'etags': {} | ||
| # }, | ||
| # }, | ||
| { | ||
| 'name': 'safetydb', | ||
| 'license': 'cc-by-nc-4.0', | ||
| 'last_run': None, | ||
| 'data_source': 'SafetyDbDataSource', | ||
sbs2001 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| 'data_source_cfg': { | ||
| 'url': 'https://raw.githubusercontent.com/pyupio/safety-db/master/data/insecure_full.json', # nopep8 | ||
| 'etags': {} | ||
| }, | ||
| }, | ||
| { | ||
| 'name': 'npm', | ||
| 'license': 'mit', | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.