3 matches found
[SECURITY] Fedora 41 Update: rust-regex-1.12.2-1.fc41
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs...
[SECURITY] Fedora 43 Update: rust-regex-1.11.3-1.fc43
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs...
Mozilla: Denial of Service via complex regular expressions
regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those tunable mitigations already provide sane defaults to preven...