feat(security): add compliance report generator (#2224)#3671
Open
kcostell06 wants to merge 2 commits intoIBM:mainfrom
Open
feat(security): add compliance report generator (#2224)#3671kcostell06 wants to merge 2 commits intoIBM:mainfrom
kcostell06 wants to merge 2 commits intoIBM:mainfrom
Conversation
Implements automated compliance report generation with evidence collection from audit logs, user/role inventory, and configuration snapshots. Supports FedRAMP Moderate, FedRAMP High, HIPAA, and SOC2 Type II frameworks. Closes IBM#2224 Signed-off-by: Kelly Costello <kcostell@tcd.ie>
Member
|
Thanks @kcostell06 — compliance report generator (#2224). Targeting 1.2.0. |
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.
🔗 Related Issue
Closes #2224
📝 Summary
Implements an automated Compliance Report Generator that produces audit-ready reports for FedRAMP Moderate, FedRAMP High, HIPAA, and SOC2 Type II frameworks. Evidence is collected from user/role inventory, audit logs, and configuration snapshots stored in the gateway, with per-control implementation status, findings, and recommendations.
🏷️ Type of Change
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
PDF export, digital report signing, report scheduling, and Admin UI are not included in this PR and remain open on the issue.