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.
1 rules matched. Showing 1 loaded rules.
Publish rule
CVE-2024-32884: Rust Winnow Parser Panic Doscve-2024-32884-rust-winnow-parser-panic-dos

Calling `.expect()` or `.unwrap()` on the result of a parser combinator method like `parse_next()` or `parse_peek()` can cause a panic on untrusted input, leading to a Denial of Service. Parser combinators such as `winnow` may return errors on malformed inputs (e.g., to break out of zero-byte consumption infinite loops). Propagate errors gracefully using the

by Provallyupdated 2026-06-12Apache-2.0
2.3K0 direct2.3K via packs
downloads
70quality
All matching rules loaded.