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.
3 rules matched. Showing 3 loaded rules.
Publish rule
CVE-2026-80227: Elixir Sql Unescaped Regex Whitespacecve-2026-80227-elixir-sql-unescaped-regex-whitespace

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.

by Provallyupdated 2026-09-02Apache-2.0
2740 direct274 via packs
downloads
71quality
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

by GitLab Security Productsupdated 2026-06-03MIT
2.5K0 direct2.5K via packs
downloads
86quality
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.

by GitLab Security Productsupdated 2026-06-03LGPL-3.0-only
2.5K0 direct2.5K via packs
downloads
86quality
All matching rules loaded.