docs(lab4): Lab 04 submission - SBOM generation and SCA comparison#453
Open
3llimi wants to merge 18 commits intoinno-devops-labs:mainfrom
Open
docs(lab4): Lab 04 submission - SBOM generation and SCA comparison#4533llimi wants to merge 18 commits intoinno-devops-labs:mainfrom
3llimi wants to merge 18 commits intoinno-devops-labs:mainfrom
Conversation
Create pull_request_template.md
docs(lab1): OWASP Juice Shop deployment and security triage
docs(lab2): complete lab2 threat modeling with Threagile analysis
feat: Lab 3 — SSH commit signing and pre-commit secret scanning
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
Complete Lab 4 — SBOM Generation & Software Composition Analysis for OWASP Juice Shop
bkimminich/juice-shop:v19.0.0. Generate SBOMs using Syft and Trivy, perform vulnerability scanning with Grype and Trivy, and produce a comprehensive toolchain comparison across package detection, vulnerability coverage, license analysis, and secrets scanning.Changes
labs/submission4.md— full lab report covering all 3 taskslabs/lab4/syft/juice-shop-syft-native.json— Syft SBOM in native JSON format (3.6 MB, 1,001 packages)labs/lab4/syft/juice-shop-syft-table.txt— Syft human-readable package tablelabs/lab4/syft/grype-vuln-results.json— Grype vulnerability scan results (117 findings)labs/lab4/syft/grype-vuln-table.txt— Grype human-readable vulnerability tablelabs/lab4/trivy/juice-shop-trivy-detailed.json— Trivy full scan JSON (116 findings)labs/lab4/trivy/juice-shop-trivy-table.txt— Trivy human-readable tablelabs/lab4/trivy/trivy-secrets.txt— Trivy secrets scan (2 findings: RSA private key + JWT token)labs/lab4/trivy/trivy-licenses.json— Trivy license scan (28 unique license types)labs/lab4/analysis/sbom-analysis.txt— Package and license count analysislabs/lab4/analysis/vulnerability-analysis.txt— Vulnerability severity breakdownlabs/lab4/comparison/accuracy-analysis.txt— Package and CVE overlap comparisonlabs/lab4/comparison/grype-cves.txt— Grype unique CVE list (90 IDs)labs/lab4/comparison/trivy-cves.txt— Trivy unique CVE list (88 IDs)labs/lab4/comparison/syft-packages.txt— Syft package list for difflabs/lab4/comparison/trivy-packages.txt— Trivy package list for diffTesting
Get-Itemand file size checksgrype-vuln-results.jsonandjuice-shop-trivy-detailed.jsonwithConvertFrom-Json-contains) on extracted ID liststrivy-secrets.txtGet-ContentArtifacts & Screenshots
lib/insecurity.tsand JWT token in test specChecklist