Skip to content

Commit

Permalink
Fix test data regarding invalid SPDX license ID
Browse files Browse the repository at this point in the history
forward-port of CycloneDX#305
fixes CycloneDX#303 in 1.6

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 12, 2023
1 parent 0b48361 commit 723b63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/src/test/resources/1.6/invalid-license-id-count-1.6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</hashes>
<licenses>
<license>
<id>Apache-2</id>
<id>MIT</id>
<!-- This was a defect in schema 1.0 and is no longer permitted -->
<id>Apache-2</id>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:maven/com.acme/tomcat-catalina@9.0.14?packaging=jar</purl>
Expand Down

0 comments on commit 723b63e

Please sign in to comment.