MetaCredo.Check.Security.MissingAuthorization (MetaCredo v0.1.0)

View Source

Detects sensitive operations without authorization checks (CWE-862).

Identifies code patterns where data modification or access operations (delete, update, create) are performed without apparent authorization verification, enabling horizontal privilege escalation.

Category: Security / Priority: higher