-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sbom): Support license detection for SBOM scan (#6072)
Co-authored-by: DmitriyLewen <[email protected]>
- Loading branch information
1 parent
ab74caa
commit eb3ceb3
Showing
9 changed files
with
329 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 changes: 125 additions & 0 deletions
125
integration/testdata/fixtures/sbom/license-cyclonedx.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
{ | ||
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.5", | ||
"serialNumber": "urn:uuid:c09512e3-47e7-4eff-8f76-5d7ae72b26a5", | ||
"version": 1, | ||
"metadata": { | ||
"timestamp": "2024-03-10T14:57:31+00:00", | ||
"tools": { | ||
"components": [ | ||
{ | ||
"type": "application", | ||
"group": "aquasecurity", | ||
"name": "trivy", | ||
"version": "dev" | ||
} | ||
] | ||
}, | ||
"component": { | ||
"bom-ref": "acc9d4aa-4158-4969-a497-637e114fde0c", | ||
"type": "application", | ||
"name": "C:/Users/bedla.czech/IdeaProjects/sbom-demo", | ||
"properties": [ | ||
{ | ||
"name": "aquasecurity:trivy:SchemaVersion", | ||
"value": "2" | ||
} | ||
] | ||
} | ||
}, | ||
"components": [ | ||
{ | ||
"bom-ref": "eb56cd49-da98-4b08-bfc8-9880fb063cf1", | ||
"type": "application", | ||
"name": "pom.xml", | ||
"properties": [ | ||
{ | ||
"name": "aquasecurity:trivy:Class", | ||
"value": "lang-pkgs" | ||
}, | ||
{ | ||
"name": "aquasecurity:trivy:Type", | ||
"value": "pom" | ||
} | ||
] | ||
}, | ||
{ | ||
"bom-ref": "pkg:maven/org.eclipse.sisu/[email protected]", | ||
"type": "library", | ||
"group": "org.eclipse.sisu", | ||
"name": "org.eclipse.sisu.plexus", | ||
"version": "0.3.0.M1", | ||
"licenses": [ | ||
{ | ||
"license": { | ||
"name": "EPL-1.0" | ||
} | ||
} | ||
], | ||
"purl": "pkg:maven/org.eclipse.sisu/[email protected]", | ||
"properties": [ | ||
{ | ||
"name": "aquasecurity:trivy:PkgID", | ||
"value": "org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.0.M1" | ||
}, | ||
{ | ||
"name": "aquasecurity:trivy:PkgType", | ||
"value": "pom" | ||
} | ||
] | ||
}, | ||
{ | ||
"bom-ref": "pkg:maven/org.ow2.asm/[email protected]", | ||
"type": "library", | ||
"group": "org.ow2.asm", | ||
"name": "asm", | ||
"version": "9.5", | ||
"licenses": [ | ||
{ | ||
"license": { | ||
"name": "BSD-3-Clause" | ||
} | ||
} | ||
], | ||
"purl": "pkg:maven/org.ow2.asm/[email protected]", | ||
"properties": [ | ||
{ | ||
"name": "aquasecurity:trivy:PkgID", | ||
"value": "org.ow2.asm:asm:9.5" | ||
}, | ||
{ | ||
"name": "aquasecurity:trivy:PkgType", | ||
"value": "pom" | ||
} | ||
] | ||
}, | ||
{ | ||
"bom-ref": "pkg:maven/org.slf4j/[email protected]", | ||
"type": "library", | ||
"group": "org.slf4j", | ||
"name": "slf4j-api", | ||
"version": "2.0.11", | ||
"licenses": [ | ||
{ | ||
"license": { | ||
"name": "MIT License" | ||
} | ||
} | ||
], | ||
"purl": "pkg:maven/org.slf4j/[email protected]", | ||
"properties": [ | ||
{ | ||
"name": "aquasecurity:trivy:PkgID", | ||
"value": "org.slf4j:slf4j-api:2.0.11" | ||
}, | ||
{ | ||
"name": "aquasecurity:trivy:PkgType", | ||
"value": "pom" | ||
} | ||
] | ||
} | ||
], | ||
"dependencies": [], | ||
"vulnerabilities": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"SchemaVersion": 2, | ||
"CreatedAt": "2021-08-25T12:20:30.000000005Z", | ||
"ArtifactName": "testdata/fixtures/sbom/license-cyclonedx.json", | ||
"ArtifactType": "cyclonedx", | ||
"Metadata": { | ||
"ImageConfig": { | ||
"architecture": "", | ||
"created": "0001-01-01T00:00:00Z", | ||
"os": "", | ||
"rootfs": { | ||
"type": "", | ||
"diff_ids": null | ||
}, | ||
"config": {} | ||
} | ||
}, | ||
"Results": [ | ||
{ | ||
"Target": "OS Packages", | ||
"Class": "license" | ||
}, | ||
{ | ||
"Target": "pom.xml", | ||
"Class": "license" | ||
}, | ||
{ | ||
"Target": "Java", | ||
"Class": "license", | ||
"Licenses": [ | ||
{ | ||
"Severity": "MEDIUM", | ||
"Category": "reciprocal", | ||
"PkgName": "org.eclipse.sisu:org.eclipse.sisu.plexus", | ||
"FilePath": "", | ||
"Name": "EPL-1.0", | ||
"Confidence": 1, | ||
"Link": "" | ||
}, | ||
{ | ||
"Severity": "LOW", | ||
"Category": "notice", | ||
"PkgName": "org.ow2.asm:asm", | ||
"FilePath": "", | ||
"Name": "BSD-3-Clause", | ||
"Confidence": 1, | ||
"Link": "" | ||
}, | ||
{ | ||
"Severity": "UNKNOWN", | ||
"Category": "unknown", | ||
"PkgName": "org.slf4j:slf4j-api", | ||
"FilePath": "", | ||
"Name": "MIT License", | ||
"Confidence": 1, | ||
"Link": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"Target": "Loose File License(s)", | ||
"Class": "license-file" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.