ZAP baseline,auth, Semgrep and SAST/DAST correlation - #5
Merged
Conversation
…ame limit
Threagile uses the model title as the risks.xlsx sheet name; the shipped
41-char title crashed report generation at the Excel step ('the sheet name
length exceeds the 31 characters limit'), leaving JSONs/diagrams but no
risks.xlsx or report.pdf. Verified full output with threagile/threagile:0.9.1.
Also documented the pitfall in lab2.md.
Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
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: run DAST with OWASP ZAP (baseline + authenticated) and SAST with Semgrep against Juice Shop v20.0.0; correlate findings from both tools.
Changes
submissions/lab5.md– final report with:Testing
All scans completed successfully on a fresh Kali machine.
p/owasp-top-ten,p/javascript,p/secrets):javascript.sequelize.security.audit.sequelize-injection-express(6 occurrences)/rest/products/searchand/rest/user/login) and Semgrep (routes/search.ts,routes/login.ts).Container health verified:
docker ps --filter name=juice-shop
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
... bkimminich/juice-shop:v20.0.0 "docker-entrypoint.s…" 5 minutes ago Up 5 minutes 127.0.0.1:3000->3000/tcp juice-shop
curl -s -o /dev/null -w "HTTP %{http_code}\n" http://127.0.0.1:3000/rest/products
HTTP 200
Artifacts & Screenshots
submissions/lab5.md– full analysis (this PR).gitignore; they are regeneratable).Checklist
feat(labN): <topic>style (this PR isfeat(lab5): ...)submissions/lab5.md