-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for SPDX Spec version 3 (#167)
* Updated for SPDX spec version 3 changes to the library Signed-off-by: Gary O'Neall <[email protected]> * Remove type from ModelCopyManager interface Signed-off-by: Gary O'Neall <[email protected]> * Partial implementation of SPDX 3 support Signed-off-by: Gary O'Neall <[email protected]> * Implented SpdxConverter for SPDX V3 Signed-off-by: Gary O'Neall <[email protected]> * Implement verify for spec version 3 Signed-off-by: Gary O'Neall <[email protected]> * Update to SPDX 3.0.1 Signed-off-by: Gary O'Neall <[email protected]> * Fix schema and update deps for release Signed-off-by: Gary O'Neall <[email protected]> * Handle JSON-LD files that may end in '.json' Signed-off-by: Gary O'Neall <[email protected]> * Remove unused dependency check suppresses Signed-off-by: Gary O'Neall <[email protected]> --------- Signed-off-by: Gary O'Neall <[email protected]>
- Loading branch information
Showing
48 changed files
with
12,785 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
The feature referenced in the CVE is not used by this software. | ||
file name: guava-28.2-android.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2020-8908</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
The feature referenced in the CVE is not used by this software. | ||
file name: poi-4.1.2.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.poi/poi@.*$</packageUrl> | ||
<cve>CVE-2022-26336</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
The feature referenced in the CVE is not used by this software. | ||
file name: poi-ooxml-4.1.2.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.poi/poi\-ooxml@.*$</packageUrl> | ||
<cve>CVE-2022-26336</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: poi-ooxml-schemas-4.1.2.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.poi/poi\-ooxml\-schemas@.*$</packageUrl> | ||
<cve>CVE-2022-26336</cve> | ||
</suppress> | ||
|
||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.