tools
tools copied to clipboard
SPDX Tools
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...
Performed replace conditional with polymorphism in `LicenseInfoFactory` class
Replace conditional with polymorphism can be performed in `getLicenseInfoByType` method in `LicenseInfoFactory` class.
When I run function [printDoc()](https://github.com/spdx/tools/blob/cf965bc2fa99e1c5ca23f992f18cef48c08dec9f/src/org/spdx/tag/CommonCode.java#L86), I found log: `java.lang.NoSuchMethodError: 'void org.spdx.tag.CommonCode.printDoc(org.spdx.rdfparser.model.SpdxDocument, java.io.PrintWriter, java.util.Properties)` My Environment: > openjdk 11.0.11 2021-04-20 > OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.18.04) > OpenJDK 64-Bit Server VM...
Hello All, We are facing issue with GPL-2.0-with-OpenSSL-exception in cryptsetup. We need a valid license for it.
Hello, Trying to convert an *.rdf file to spreadsheet format using spdx-tools-2.2.2-jar-with-dependencies.jar But it is displaying below error: Command used is this: java -jar spdx-tools-2.2.2-jar-with-dependencies.jar RdfToSpreadsheet /opt/spdx/output/file1.rdf /opt/spdx/output/file1.xls ERROR StatusLogger...
I tested the CompareMultipleSpdxDocs function against two spdx files describing `util-linux-2.35.1` and `util-linux-2.36.1` (that I attach here: [util-linux-compare-test.zip](https://github.com/spdx/tools/files/5961685/util-linux-compare-test.zip)) using the following command: `java -jar ./spdx-tools-2.2.4-jar-with-dependencies.jar CompareMultipleSpdxDocs util-linux-compare.xls util-linux-2.35.1.spdx util-linux-2.36.1.spdx` In...
We would like to minimize the number of dependencies for `RdfModelObject` and remove the dependency on JsonArray.
Add documentation for [git-stripspace](https://git-scm.com/docs/git-stripspace) to be used in all commits.
Related SPDX elements which have a value of no-assertion is currently generated as: ``` ``` It should be represented as: ``` ```