File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,14 +371,6 @@ components:
371371 identifiers :
372372 - idType : purl
373373 idValue : pkg:maven/org.apache.maven/maven@11.0.6?type=zip
374- # Different packaging of Apache Tomcat 11.0.6
375- # Will have slightly different SBOM
376- - uuid : a9570065-9fc6-4d35-97b4-4bc67d68dbcd
377- version : " 11.0.6"
378- release_date : 2025-04-01T15:43:00Z
379- identifiers :
380- - idType : purl
381- idValue : pkg:maven/org.apache.maven/maven@11.0.6?classifier=windows-x64&type=zip
382374 # Different release of Apache Tomcat
383375 - uuid : da89e38e-95e7-44ca-aa7d-f3b6b34c7fab
384376 version : " 10.1.40"
Original file line number Diff line number Diff line change @@ -36,23 +36,6 @@ A TEA Component Release object of the binary distribution of Apache Tomcat 11.0.
3636}
3737```
3838
39- The binary distribution for Windows should have a separate TEA Component Release object,
40- because the associated TEA Collections might differ:
41-
42- ``` json
43- {
44- "uuid" : " a9570065-9fc6-4d35-97b4-4bc67d68dbcd" ,
45- "version" : " 11.0.6" ,
46- "release_date" : " 2025-04-01T15:43:00Z" ,
47- "identifiers" : [
48- {
49- "idType" : " purl" ,
50- "idValue" : " pkg:maven/org.apache.maven/maven@11.0.6?classifier=windows-x64&type=zip"
51- }
52- ]
53- }
54- ```
55-
5639Different versions of Apache Tomcat should have separate TEA Component Release objects:
5740
5841``` json
You can’t perform that action at this time.
0 commit comments