|
16 | 16 |
|
17 | 17 |
|
18 | 18 | class DebianOvalImporter(OvalImporter): |
19 | | - spdx_license_expression = "LicenseRef-scancode-unknown" |
| 19 | + |
| 20 | + spdx_license_expression = "LicenseRef-scancode-other-permissive" |
| 21 | + license_url = "https://www.debian.org/license" |
| 22 | + notice = """ |
| 23 | + From: Tushar Goel <tgoel@nexb.com> |
| 24 | + Date: Thu, May 12, 2022 at 11:42 PM +00:00 |
| 25 | + Subject: Usage of Debian Security Data in VulnerableCode |
| 26 | + To: <team@security.debian.org> |
| 27 | + Hey, |
| 28 | + We would like to integrate the debian security data in vulnerablecode |
| 29 | + [1][2] which is a FOSS db of FOSS vulnerability data. We were not able |
| 30 | + to know under which license the debian security data comes. We would |
| 31 | + be grateful to have your acknowledgement over usage of the debian |
| 32 | + security data in vulnerablecode and have some kind of licensing |
| 33 | + declaration from your side. |
| 34 | + [1] - https://github.com/nexB/vulnerablecode |
| 35 | + [2] - https://github.com/nexB/vulnerablecode/pull/723 |
| 36 | + Regards, |
| 37 | + From: Moritz Mühlenhoff <jmm@inutil.org> |
| 38 | + Date: Wed, May 17, 2022, 19:12 PM +00:00 |
| 39 | + Subject: Re: Usage of Debian Security Data in VulnerableCode |
| 40 | + To: Tushar Goel <tgoel@nexb.com> |
| 41 | + Cc: <team@security.debian.org> |
| 42 | + Am Thu, May 12, 2022 at 05:12:48PM +0530 schrieb Tushar Goel: |
| 43 | + > Hey, |
| 44 | + > |
| 45 | + > We would like to integrate the debian security data in vulnerablecode |
| 46 | + > [1][2] which is a FOSS db of FOSS vulnerability data. We were not able |
| 47 | + > to know under which license the debian security data comes. We would |
| 48 | + > be grateful to have your acknowledgement over usage of the debian |
| 49 | + > security data in vulnerablecode and have some kind of licensing |
| 50 | + > declaration from your side. |
| 51 | + We don't have a specific license, but you have our endorsemen to |
| 52 | + reuse the data by all means :-) |
| 53 | + Cheers, |
| 54 | + Moritz |
| 55 | + """ |
20 | 56 |
|
21 | 57 | def __init__(self, *args, **kwargs): |
22 | 58 | super().__init__(*args, **kwargs) |
|
0 commit comments