# strawberry (Python) Security Rules 1 detection rules for strawberry framework in Python - Total rules: 1 - CWE coverage: 1 ## HIGH (1) - **GraphQL Injection / Unsafe Query Construction**: Detects unsafe GraphQL query construction with user input, missing query depth limiting, or disabled introspection in production. These can lead to injection attacks, DoS via deeply nested queries, or information disclosure.