docs(proposals): structured security audit log format evaluation (#784) - #2
Open
henschwartz wants to merge 1 commit into
Conversation
praxis-bot
reviewed
Aug 24, 2026
praxis-bot
left a comment
There was a problem hiding this comment.
Review Summary
| # | Severity | Line | Finding |
|---|---|---|---|
| 1 | Critical | 105 | OCSF category numbering is incorrect: 6003 is Web Resources Activity, not API Activity (6002); HTTP Activity is class 4002, not part of category 6 |
| 2 | Large | 78 | peer_identity_trust filter missing from security filter enumeration despite being SecurityClass::Security and producing HTTP 403 denials |
Technical claims about policy (X-Policy-Violation, violation codes, policy.deny fallback, http_authz_rejection), basic_auth, ip_acl, rate_limit, csrf, guardrails, cors, access_log, and reload_diagnostics.rs were verified against the codebase and are accurate. Frontmatter is consistent with sibling proposals (00797, 00799).
Spike proposal migrated from praxis-proxy/praxis#1004; evaluates OCSF, ECS, CloudEvents, and custom JSON for denial audit records. Signed-off-by: Hen Schwartz <hschwart@redhat.com>
henschwartz
force-pushed
the
proposal/00784-structured-security-audit-log-format
branch
from
August 25, 2026 08:28
c488ea2 to
3cafc9f
Compare
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
Discussion link
praxis-proxy/praxis#784 (tracking issue;
origindocuments migration from praxis)Test plan
## How?section