Conversation
Add a standardized pull request template with sections for Goal, Changes, Testing, and Artifacts & Screenshots. Includes a checklist to ensure quality submissions (conventional commits, documentation updates, and no secrets/temporary files).
Complete triage report for OWASP Juice Shop deployment including: - Scope & Asset information (v19.0.0) - Environment details (macOS, Docker 28.3.3) - Deployment verification with health checks - Surface snapshot analysis - Top 3 security risks identified - PR template setup documentation - GitHub community engagement section
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 3 - Secure Git implementation with SSH commit signing and
pre-commit secret scanning.
Changes
~/.ssh/keys/linka_github(RSA4096-bit)
.git/hooks/pre-commithook integrating TruffleHog andGitleaks via Docker
labs/submission3.mdwith comprehensive documentation for bothtasks
Testing
Task 1 - SSH Commit Signing:
gpg.format=sshand signing keyTask 2 - Pre-commit Secret Scanning:
test-safe.js)Artifacts & Screenshots
3d97235,98e6866(check for "Verified" badge onGitHub)
.git/hooks/pre-commit(executable, 107 lines)labs/submission3.mdChecklist
docs: add lab3 submission)labs/submission3.md)pre-commit hook)
Short version for PR description:
Lab 3 Submission
See
labs/submission3.mdfor full documentation.