mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
added specific affected functions to CVE-2021-29922 (#975)
Co-authored-by: Tony Arcieri <bascule@gmail.com>
This commit is contained in:
@@ -10,7 +10,10 @@ keywords = ["IpAddr", "SSRF", "RFI", "LFI"]
|
||||
patched = [">= 1.53.0"]
|
||||
|
||||
[affected]
|
||||
functions = { "std::net" = ["<= 1.52.1"] }
|
||||
[affected.functions]
|
||||
"std::net::IpAddr::from_str" = ["<= 1.52.1"]
|
||||
"std::net::Ipv4Addr::from_str" = ["<= 1.52.1"]
|
||||
"std::net::Ipv6Addr::from_str" = ["<= 1.52.1"]
|
||||
```
|
||||
|
||||
# Improper Input Validation of octal literals in `std::net`
|
||||
|
||||
Reference in New Issue
Block a user