tools-java
tools-java copied to clipboard
SPDX Command Line Tools using the Spdx-Java-Library
SPDX file contains: ``` "documentNamespace" : "https//nokia.com", ``` (no ":" after https) java-tools 1.1.8 says: ``` This SPDX Document is valid. ``` It should be flagged as invalid, it is...
[fusionforge.spdx.json.txt](https://github.com/spdx/tools-java/files/14213984/fusionforge.spdx.json.txt) ``` pyspdxtools -i fusionforge.spdx.json ERROR:root:There have been issues while parsing the provided document: Error while parsing Document: ["time data '2024-02-08T16:01:17.629Z' does not match format '%Y-%m-%dT%H:%M:%SZ'"] ``` java-tools 1.1.8 says:...
The underlying library supports converting between versions if you specify the version when creating the new SPDX document. Unfortunately, there is no command line option to support this. There are...
Change from `LicenseInfoInSnippets` to `LicenseInfosInSnippet`. This will probably require a special check in the pluralization code. This may also require changes in the spdx-java-jackson-store code. Initially reported as [issue 804...
Suppose Assume that i have a spdx file called "spdx_1.yaml" and another one called "spdx_2.yaml" . Both these spdx files has certain packages. Now i want to create another spdx...
See https://github.com/spdx/spdx-maven-plugin/pull/125 for an example of what needs to be updated.
Proposed solution to [SPDX Java Library issue 189](https://github.com/spdx/Spdx-Java-Library/issues/189) and [SPDX Tag/Value Parser issue 50](https://github.com/spdx/spdx-java-tagvalue-store/issues/50). Parse the returned string searching for duplicated verification errors then reformat to better string values. We...
Is this tool able to merge to reports together. For example, `Report-A.spdx and `Report-B.spdx`?
Depending on the outcome of the SPDX Spec issue https://github.com/spdx/spdx-spec/issues/517 this PR will update the JSON schema to move annotations from properties under SpdxElement to a separate array directly under...
The translation utilities currently support `.xls` and `.xlsx` but does not support the ISO/IEC 26300 OpenDocument `.ods` format.