CVE-2026-47904: Discarded Sanitization Result
A sanitization or normalization function was called, but its result was assigned to a discarded variable (prefixed with `_`). In Rust, this means the sanitized value is silently dropped. While any error-validation side-effects will run, data transformations (like normalization) are completely bypassed, often leading to path traversal or injection vulnerabili
greprules fetch cve-2026-47904-discarded-sanitization-result --engine opengrepDescription
A sanitization or normalization function was called, but its result was assigned to a discarded variable (prefixed with `_`). In Rust, this means the sanitized value is silently dropped. While any error-validation side-effects will run, data transformations (like normalization) are completely bypassed, often leading to path traversal or injection vulnerabili
Community feedback
0 signals from signed-in users.
- Useful
- 0
- False positive
- 0
- Metadata
- 0