feat(lab5): ZAP baseline + auth + Semgrep + correlation#1255
Open
witch2256 wants to merge 1 commit into
Open
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
Complete Lab 5 — SAST + DAST: Scanning Juice Shop From Both Angles (main tasks)
Changes
submissions/lab5.mdwith detailed answers for:--config=auto; documented in report)labs/lab5/scripts/zap-auth.yaml— updated URLs fromlocalhost:3000tojuice-shop:3000for Docker network compatibilityTesting & Verification
baseline-report.jsongenerated with 10 alerts (0 High, 2 Medium, 5 Low, 3 Info)auth-report.jsongenerated with 12 alerts (1 High, 4 Medium, 3 Low, 4 Info)maxScanDurationInMins: 15, actual runtime ~3 min)--config=auto; no findings at ERROR/WARNING level (results empty)lab5-netproperly configured; both containers communicate via service nameArtifacts & Screenshots
submissions/lab5.mdlabs/lab5/results/baseline-report.json(not committed, but referenced)labs/lab5/results/auth-report.json(not committed, but referenced)labs/lab5/results/semgrep.json(not committed, but referenced)Checklist
Title is clear
No secrets committed
Submission file exists
Task 1 — ZAP baseline + auth + 10–20× ratio analysis (ratio: 1.2×, documented in report)
Task 2 — Semgrep top‑10 + triage shortcut (empty results, documented in report)