Skip to content

Commit 66f55f8

Browse files
committed
Remove NPM importer's migrations, rely on importer_yielder.py instead
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent f3e3e4e commit 66f55f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vulnerabilities/importer_yielder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@
7575
'license': '',
7676
'last_run': None,
7777
'data_source': 'NpmDataSource',
78-
'data_source_cfg': {},
78+
'data_source_cfg': {
79+
'repository_url': 'https://github.com/nodejs/security-wg.git'
80+
},
7981
},
8082
{
8183
'name': 'ruby',

0 commit comments

Comments
 (0)