Skip to content

Add REVOKE and DENY statement parsing support#48

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-failing-tests-nQXnv
Dec 23, 2025
Merged

Add REVOKE and DENY statement parsing support#48
kyleconroy merged 1 commit intomainfrom
claude/fix-failing-tests-nQXnv

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

  • Add TokenDeny to lexer and TokenExternal to permission parsing
  • Implement RevokeStatement and DenyStatement AST types
  • Add parseRevokeStatement and parseDenyStatement functions
  • Add JSON marshaling for both statement types
  • Enable Baselines130_SecurityStatement130Tests and SecurityStatement130Tests

- Add TokenDeny to lexer and TokenExternal to permission parsing
- Implement RevokeStatement and DenyStatement AST types
- Add parseRevokeStatement and parseDenyStatement functions
- Add JSON marshaling for both statement types
- Enable Baselines130_SecurityStatement130Tests and SecurityStatement130Tests
@kyleconroy kyleconroy merged commit cc4d039 into main Dec 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants