Skip to content

feat(lab5): SAST + DAST β€” ZAP baseline + auth + Semgrep + correlation#1047

Open
Basinkse21 wants to merge 1 commit into
inno-devops-labs:mainfrom
Basinkse21:feature/lab5
Open

feat(lab5): SAST + DAST β€” ZAP baseline + auth + Semgrep + correlation#1047
Basinkse21 wants to merge 1 commit into
inno-devops-labs:mainfrom
Basinkse21:feature/lab5

Conversation

@Basinkse21

Copy link
Copy Markdown

Goal

Run DAST (ZAP baseline + authenticated) and SAST (Semgrep) against Juice Shop v20.0.0, and correlate a vulnerability found by both.

Changes

  • submissions/lab5.md β€” ZAP severity tables + auth-only alerts, Semgrep top rules + triage + FP, SAST/DAST correlation

Testing

  • ZAP baseline: 9 alert types (0 High); authenticated: 12 types incl. 1 High (SQL Injection)
  • Semgrep: 22 findings (12 ERROR / 10 WARNING); top rule = express-sequelize-injection (6)
  • Correlation: SQL Injection confirmed by both β€” ZAP /rest/products/search?q='( ↔ Semgrep routes/search.ts:23

Checklist

  • Task 1 β€” ZAP baseline + auth + ratio analysis
  • Task 2 β€” Semgrep top-10 + triage + FP
  • Bonus β€” SAST/DAST correlation with code + payload + fix

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