Lab 4 — SBOM generation and Software Composition Analysis#456
Open
blxxdclxud wants to merge 10 commits intoinno-devops-labs:mainfrom
Open
Lab 4 — SBOM generation and Software Composition Analysis#456blxxdclxud wants to merge 10 commits intoinno-devops-labs:mainfrom
blxxdclxud wants to merge 10 commits intoinno-devops-labs:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Add Lab 4 submission — SBOM generation and Software Composition Analysis for OWASP Juice Shop using Syft, Grype, and Trivy.
Changes
labs/submission4.mdwith full analysis covering Tasks 1–3labs/lab4/{syft,trivy,comparison,analysis}/Testing
All Docker commands executed successfully. Syft and Trivy both produced SBOM output. Grype scanned
the Syft SBOM and returned vulnerability results. Trivy vulnerability, secrets, and license scans
all completed. Analysis scripts ran and produced
sbom-analysis.txt,vulnerability-analysis.txt, andaccuracy-analysis.txt.Artifacts & Screenshots
Key findings:
vm2@3.9.17(CVSS 10.0 sandbox escape),jsonwebtoken@0.1.0(CVSS 9.8 JWTbypass),
libssl3(CVSS 9.8 RCE)Checklist