Marc-Etienne Vargenau
Marc-Etienne Vargenau
> @vargenau Thank you for the report! > > You wrote: > > > In the SPDX code, we have multiple times the same code, for example: ... > >...
> @vargenau Thank you for the report! > > You wrote: > > > In the SPDX code, we have multiple times the same code, for example: ... > >...
Thank you for your comments. I was not thinking of changing the grammar or the parser. My idea was more to add one more column in the page. We already...
> @vargenau Do you know how tern accomplishes this? I do not really know. I am testing both Syft and Tern and comparing features and results.
Thank you Richard. Can you (and others) comment on my proposal before I create the pull request?
Hello @tdruez, purl2url.get_repo_url("pkg:golang/xorm.io/[email protected]") could return https://pkg.go.dev/xorm.io/[email protected] purl2url.get_download_url("pkg:golang/xorm.io/[email protected]") could return https://pkg.go.dev/xorm.io/[email protected]#section-sourcefiles This is not optimal, I do not know whether there exists a URL to download the whole source code of...
Thank you @tdruez
The validator should now flag this. See https://github.com/spdx/spdx-java-tagvalue-store/issues/42 and https://github.com/spdx/spdx-java-tagvalue-store/pull/43
Hi Philippe, There are in fact two cases. For ```LicenseRef-scancode-php-2.0.2```, you have in the SPDX file 20 times the exact same text: ``` LicenseID: LicenseRef-scancode-php-2.0.2 LicenseName: PHP License 2.0.2 LicenseComment:...
@pombredanne what do you think about these two cases?