CRE-2025-0030
SQLAlchemy applications using `create_engine()` may fail to connect to a database if the username or password contains special characters (e.g., `@`, `\:`, `/`, `\#`). These characters must be URL\-encoded when included in the database connection string. Failure to encode them leads to parsing errors or incorrect credential usage.
CRE-2025-0132
Detects when Supabase services lose connection to the PostgreSQL database due to timeouts, network issues,
CRE-2025-0140
Detects when Supabase Realtime service fails to start or crashes due to invalid configuration parameters.
CRE-2025-0173
Detects Redis connection timeout errors and connectivity failures that prevent clients from establishing or maintaining connections to the Redis server. These issues commonly occur during high load, network problems, or server resource exhaustion.
CRE-2025-0181
Detects when Redis reaches its maximum client connection limit, preventing new clients from connecting. This critical issue causes connection failures and service unavailability for new requests.
CRE-2025-0200
Comprehensive detection rule for multiple common Redis troubleshooting scenarios including\: