Marc-Etienne Vargenau
Marc-Etienne Vargenau
## Description Functions have no return type. ### Changes Add function return type.
### Description The documentation says "The PHP versions 7.x are supported to work for FOSSology". However, the following functions are still present in the code: - split: removed in PHP...
## Description Functions have no return type. ### Changes Add function return type.
## Description Functions have no return type. ### Changes Add function return type.
## Description Functions have no return type. ### Changes Add function return type.
## Description Functions have no return type. ### Changes Add function return type.
**What happened**: Syft generates the following SPDX (tag:value): ``` FileName: /usr/share/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt SPDXID: SPDXRef-File-...Actalis-Authentication-Root-CA.crt-b2e28e6876228bbb FileType: TEXT FileChecksum: SHA1: 511ca95607022a99ed8e68bd63f136c4854cefcb LicenseConcluded: NOASSERTION FileComment: layerID: sha256:3f946b95045046b182ad195bfdb24fe56dd6ea12d34e35a0995218d22c05102a ``` [tools-python](https://github.com/spdx/tools-python) complains that it is invalid...
[bug.spdx.json.txt](https://github.com/spdx/tools-python/files/13964995/bug.spdx.json.txt) [bug.spdx.txt](https://github.com/spdx/tools-python/files/13964996/bug.spdx.txt) `bug.spdx.json`is valid: ``` pyspdxtools -i bug.spdx.json ``` Convert to tag:value: ``` pyspdxtools -i bug.spdx.json -o bug.spdx ``` Result is invalid: ``` pyspdxtools -i bug.spdx ERROR:root:There have been issues...
[bug.spdx.json](https://github.com/spdx/tools-python/files/13452698/bug.spdx.json) JSON syntax of file ```bug.spdx.json``` is not correct, there is an extra comma at line 32. ``` pyspdxtools -i bug.spdx.json ``` results in an ugly error. See below. Instead,...
[hello.spdx.json.txt](https://github.com/CycloneDX/cyclonedx-cli/files/14908606/hello.spdx.json.txt) [hello.cdx.json.txt](https://github.com/CycloneDX/cyclonedx-cli/files/14908607/hello.cdx.json.txt) Convert ```hello.spdx.json```from SPDX to CycloneDX: ``` cyclonedx convert --input-file hello.spdx.json --input-format autodetect --output-file hello.cdx.json --output-format json ``` Try to convert the result back to SPDX: ``` cyclonedx convert...