spdx / spdx-java-tagvalue-store

SPDX Document Storage using the Tag/Value format
Apache License 2.0
2 stars 1 forks source link

Validator does not check the correct case of properties #22

Open vargenau opened 2 years ago

vargenau commented 2 years ago

I have a tag-value file that contains the following line:

FilesAnalyzed: False

The validator tells me that the file is correct.

Since tags and format properties are case sensitive (SPDX 2.2, section 1.7.7), the correct value is false and the validator should have told that the file is incorrect.

goneall commented 2 years ago

Thanks @vargenau for catching this.

I'm going to move this over to the code which should be checking for this.

We'll probably need a volunteer to look for a fix - I only have bandwidth for the 2.3 changes over the next couple of months.