Unescaped regex escape sequence '\s' in SQL string fragment. In Elixir string literals, '\s' evaluates to a single space character (0x20) instead of the SQL regex whitespace class '\\s'. This causes REGEXP_REPLACE or regex operators to match only literal spaces rather than all whitespace characters.
Explore
Rule Explorer
Search the public rule index by CVE, GHSA, CWE, language, framework, author, or rule slug. Filter by language, framework, severity, confidence, license, and validation status.
- Public rules
- 4797
- Downloads
- 7.4M
- Verified
- 4797
- Authors
- 2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
CVE-2026-80227: Elixir Sql Unescaped Regex Whitespacecve-2026-80227-elixir-sql-unescaped-regex-whitespace
Dos Non Literal Regexpgitlab-sast-javascript-dos-rule-non-literal-regexp
The `RegExp` constructor was called with a non-literal value. If an adversary were able to supply a malicious regex, they could cause a Regular Expression Denial of Service (ReDoS) against the application. In Node applications, this could cause the entire application to no longer be responsive to other users' requests. To remediate this issue, never allow us
JSCWE-185
Dos Regex Dosgitlab-sast-rules-lgpl-javascript-dos-rule-regex-dos
Ensure that the regex used to compare with user supplied input is safe from regular expression denial of service.
JSCWE-185
All matching rules loaded.