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.5M
Verified
4797
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
1 rules matched. Showing 1 loaded rules.
Publish rule
CVE-2026-73505: Go Regex Replace By String Matchcve-2026-73505-go-regex-replace-by-string-match

Performing string replacement with `strings.Replace` or `strings.ReplaceAll` using a substring match returned from regex search on `$INPUT` replaces the first value match in `$INPUT` rather than at the regex match index. If the matched substring occurs earlier in `$INPUT`, the wrong substring will be replaced. Use index offsets (e.g., `FindStringMatchIndex`)

by Provallyupdated 2026-09-02Apache-2.0
2780 direct278 via packs
downloads
69quality
All matching rules loaded.