Skip to content

Commit 1f28abd

Browse files
committed
Populate the licenses
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent a15c726 commit 1f28abd

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

vulnerabilities/importer_yielder.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
IMPORTER_REGISTRY = [
2626
{
2727
'name': 'rust',
28-
'license': 'https://creativecommons.org/publicdomain/zero/1.0/',
28+
'license': 'cc0-1.0',
2929
'last_run': None,
3030
'data_source': 'RustDataSource',
3131
'data_source_cfg': {
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
'name': 'archlinux',
48-
'license': '',
48+
'license': 'mit',
4949
'last_run': None,
5050
'data_source': 'ArchlinuxDataSource',
5151
'data_source_cfg': {
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
'name': 'debian',
57-
'license': 'MIT',
57+
'license': 'mit',
5858
'last_run': None,
5959
'data_source': 'DebianDataSource',
6060
'data_source_cfg': {
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
'name': 'safetydb',
66-
'license': '',
66+
'license': 'cc-by-nc-4.0',
6767
'last_run': None,
6868
'data_source': 'SafetyDbDataSource',
6969
'data_source_cfg': {
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
'name': 'npm',
75-
'license': '',
75+
'license': 'mit',
7676
'last_run': None,
7777
'data_source': 'NpmDataSource',
7878
'data_source_cfg': {
@@ -90,7 +90,7 @@
9090
},
9191
{
9292
'name': 'ubuntu',
93-
'license': '',
93+
'license': 'gpl-2.0',
9494
'last_run': None,
9595
'data_source': 'UbuntuDataSource',
9696
'data_source_cfg': {
@@ -100,7 +100,7 @@
100100
},
101101
{
102102
'name': 'retiredotnet',
103-
'license': 'MIT',
103+
'license': 'mit',
104104
'last_run': None,
105105
'data_source': 'RetireDotnetDataSource',
106106
'data_source_cfg': {
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
'name': 'redhat',
132-
'license': '',
132+
'license': 'cc-by-4.0',
133133
'last_run': None,
134134
'data_source': 'RedhatDataSource',
135135
'data_source_cfg': {},
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
'name': 'ubuntu_usn',
155-
'license': '',
155+
'license': 'gpl-2.0',
156156
'last_run': None,
157157
'data_source': 'UbuntuUSNDataSource',
158158
'data_source_cfg': {

0 commit comments

Comments
 (0)