spdx / tools-java

SPDX Command Line Tools using the Spdx-Java-Library
Apache License 2.0
61 stars 37 forks source link

Reduce duplicate verification errors #134

Open goneall opened 1 year ago

goneall commented 1 year ago

Proposed solution to SPDX Java Library issue 189 and SPDX Tag/Value Parser issue 50.

Parse the returned string searching for duplicated verification errors then reformat to better string values.

We may also be able to do this in the SPDX Java library in the relationship checks.