feat(lab1): juice shop deploy + PR template + triage report#1036
Open
chuchundra5269 wants to merge 1 commit into
Open
feat(lab1): juice shop deploy + PR template + triage report#1036chuchundra5269 wants to merge 1 commit into
chuchundra5269 wants to merge 1 commit into
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
This PR delivers Lab 1: OWASP Juice Shop deployment, triage report, and PR workflow setup.
Changes
submissions/lab1.md.github/PULL_REQUEST_TEMPLATE.mdTesting
Commands and observed outputs used to verify this PR:
Container status
Observed output:
Homepage health check
curl -s -o /dev/null -w "HTTP %{http_code}\n" http://127.0.0.1:3000Observed output:
Product API check
Observed output:
Application version check
curl -s http://127.0.0.1:3000/rest/admin/application-version | jqObserved output:
{ "version": "20.0.0" }Security headers quick look
Observed output:
Artifacts & Screenshots
submissions/lab1.md.github/PULL_REQUEST_TEMPLATE.mdChecklist
feat(labN): <topic>style)submissions/labN.mdexists