spdx / tools-golang

Collection of Go packages to work with SPDX files
Other
121 stars 56 forks source link

The document validation function does not check the uniqueness of SPDX identifiers #222

Open nikpivkin opened 1 year ago

nikpivkin commented 1 year ago

Hi! According to the SPDX specification, the SPDX identifier must be unique, but the document validation function does not check this. It would be nice to add such a check, since the validation tool on the SPDX website warns about this.

Ref: