Skip to content

Commit 4069abe

Browse files
authored
Merge pull request #234 from sbs2001/add-licenses
Populate the licenses
2 parents 6efd714 + 1f28abd commit 4069abe

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': {
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
'name': 'npm',
76-
'license': '',
76+
'license': 'mit',
7777
'last_run': None,
7878
'data_source': 'NpmDataSource',
7979
'data_source_cfg': {
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
'name': 'ubuntu',
94-
'license': '',
94+
'license': 'gpl-2.0',
9595
'last_run': None,
9696
'data_source': 'UbuntuDataSource',
9797
'data_source_cfg': {
@@ -101,7 +101,7 @@
101101
},
102102
{
103103
'name': 'retiredotnet',
104-
'license': 'MIT',
104+
'license': 'mit',
105105
'last_run': None,
106106
'data_source': 'RetireDotnetDataSource',
107107
'data_source_cfg': {
@@ -130,7 +130,7 @@
130130
},
131131
{
132132
'name': 'redhat',
133-
'license': '',
133+
'license': 'cc-by-4.0',
134134
'last_run': None,
135135
'data_source': 'RedhatDataSource',
136136
'data_source_cfg': {},
@@ -155,7 +155,7 @@
155155
},
156156
{
157157
'name': 'ubuntu_usn',
158-
'license': '',
158+
'license': 'gpl-2.0',
159159
'last_run': None,
160160
'data_source': 'UbuntuUSNDataSource',
161161
'data_source_cfg': {

0 commit comments

Comments
 (0)