What problem does it solve?
Prevents security review blind spots by clarifying which URI normalization bypass scenarios are already closed and which still require reporting, linting, or operator action during Edgion gateway design and DSL/plugin code changes.
Core Features & Use Cases
- Security review decision map: Identifies closed scenarios vs scenarios still needing reporting for URI normalization, including DSL misuse and ineffective regex patterns.
- Lint rule guidance for code correctness: Specifies two mandatory constraints on business code (avoid reading raw URI path directly; avoid bare writing of URI) and defines the two legal write points that keep normalized path caches consistent.
- Operator configuration and documentation prompts: Flags commit-scope boundaries and configuration pitfalls such as invalid forward-raw-path annotation values, mismatch between request/raw semantics, and regex or deny-list entries that assume raw behavior.
Quick Start
Ask an AI reviewer to use uri-normalization-review to generate a checklist of what to close, what to report, and which lint rule violations or configuration fixes are required for your Edgion URI normalization and ACL setup.