Skip to content

Lab 5 β€” SAST + DAST: Scanning Juice Shop From Both Angles#5

Open
Nik-ari-ai wants to merge 1 commit into
mainfrom
lab05
Open

Lab 5 β€” SAST + DAST: Scanning Juice Shop From Both Angles#5
Nik-ari-ai wants to merge 1 commit into
mainfrom
lab05

Conversation

@Nik-ari-ai

Copy link
Copy Markdown
Owner

##Goal:
Run DAST (ZAP, both unauthenticated and authenticated) against the running Juice Shop, then run SAST (Semgrep) against its source code, and correlate at least one vulnerability that appears in both reports.

Changes

  • submissions/lab05.md β€” report
  • .gitignore β€” skip Lab 5 scan outputs and Juice Shop source clone

Testing

  • ZAP baseline: 10 alerts (0 high/2 medium/5 low/3 info), 41 instances
  • ZAP authenticated: 12 alerts (1 high/4 medium/3 low/4 info), 42 instances
  • Semgrep: 22 findings (12 ERROR + 10 WARNING) across 7 rules
  • Correlation: SQL Injection at routes/search.ts:23

Artifacts & Screenshots

  • submissions/lab05.md

Checklist

  • Task 1 β€” ZAP baseline + auth + 10-20Γ— ratio analysis
  • Task 2 β€” Semgrep top-10 + triage shortcut
  • Bonus β€” Correlation table with 1+ confirmed cross-tool finding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant