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-65927: For Loop Off By One Restartcve-2026-65927-for-loop-off-by-one-restart

Resetting loop variable '$I' to 0 immediately before 'continue' in an incrementing for-loop causes '$I' to increment to 1 on the next iteration, skipping index 0. Set '$I = -1' if the loop is intended to restart from index 0.

by Provallyupdated 2026-09-02Apache-2.0
2790 direct279 via packs
downloads
65quality
All matching rules loaded.