Skip to content

Commit

Permalink
Disable failing safetyDB import #244
Browse files Browse the repository at this point in the history
Until we have a fix, we should disbale this.

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Oct 20, 2020
1 parent 2f1d394 commit e7739d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vulnerabilities/importer_yielder.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,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',
# 'data_source_cfg': {
# 'url': 'https://raw.githubusercontent.com/pyupio/safety-db/master/data/insecure_full.json', # nopep8
# 'etags': {}
# },
# },
{
'name': 'npm',
'license': 'mit',
Expand Down

0 comments on commit e7739d1

Please sign in to comment.