-
Notifications
You must be signed in to change notification settings - Fork 0
docs(security): publish hardening readiness report for findings 8-14 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,84 @@ | ||||||
| # Security Hardening Readiness Report | ||||||
|
|
||||||
| Date: 2026-04-02 | ||||||
| Scope: Remaining findings from SECURITY-AUDIT.md (#8 to #14) | ||||||
| Target branch: develop | ||||||
|
|
||||||
| ## Executive Summary | ||||||
| Security hardening phases for findings #8 to #14 were implemented across CI/CD, backend configuration, Docker runtime exposure, Kafka secure-mode rollout, and operational controls. | ||||||
|
|
||||||
| Readiness conclusion: | ||||||
| - Develop environment: READY with compensating controls | ||||||
| - Production promotion: CONDITIONALLY READY, requires secure-mode enforcement decision for Kafka (mandatory SASL_SSL cutover) | ||||||
|
|
||||||
| ## Findings Status Matrix | ||||||
|
|
||||||
| | Finding | Severity | Status | Evidence | | ||||||
| |---|---|---|---| | ||||||
| | #8 (deploy pipeline skips tests) | HIGH | Closed | `.github/workflows/deploy.yml` uses `mvn --batch-mode clean verify -Powasp` | | ||||||
|
||||||
| | #8 (deploy pipeline skips tests) | HIGH | Closed | `.github/workflows/deploy.yml` uses `mvn --batch-mode clean verify -Powasp` | | |
| | #8 (deploy pipeline skips tests) | HIGH | Closed | `.github/workflows/deploy.yml` runs \`mvn --batch-mode clean verify -Powasp\` with additional required flags (e.g., \`-DnvdApiKey\` via secrets) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Spanish documentation map entry, the description mixes languages ("cierre/readiness"). Consider using a single term (e.g., fully Spanish wording) to keep the index consistent and easier to scan for Spanish readers.