Open
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.
Summary
This PR adds my Lab 7 submission for container security analysis and deployment hardening.
The work covers three areas:
bkimminich/juice-shop:v19.0.0default,hardened, andproductionThe main written report is in
labs/submission7.md, and all raw evidence files are committed underlabs/lab7/.Scope of Work
Task 1 - Image vulnerability and configuration analysis
Completed:
Artifacts:
labs/lab7/scanning/scout-cves.txtlabs/lab7/scanning/dockle-results.txtlabs/lab7/scanning/snyk-results.txtlabs/lab7/scanning/snyk-results-amd64.txtlabs/lab7/scanning/snyk-manifest-inspect.txtImportant note:
have a valid
SNYK_TOKENin this environment.401 Unauthorized.Task 2 - Docker security benchmarking
Completed:
docker_bench_securitylabel so the helper container was excluded from thebenchmark results
Final benchmark summary:
Artifacts:
labs/lab7/hardening/docker-bench-results.txtlabs/lab7/hardening/docker-bench-results-stock-failure.txtlabs/lab7/hardening/docker-bench-results-rehosted.txtlabs/lab7/hardening/docker-bench-src/Task 3 - Deployment hardening comparison
Completed:
juice-defaultjuice-hardenedjuice-productionObserved result:
Artifacts:
labs/lab7/analysis/deployment-comparison.txtReport Contents
The submission report in
labs/submission7.mdincludes:Limitations / Honesty Notes
SNYK_TOKENwas not available.runnable on this host.
seccomp=builtinrather than the labwording
seccomp=default; this is documented in the report.Checklist
labs/lab7/labs/submission7.md