mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
add unmaintained advisory for surf
This commit is contained in:
committed by
Dirkjan Ochtman
parent
982c2320aa
commit
bbd44567c6
26
crates/surf/RUSTSEC-0000-0000.md
Normal file
26
crates/surf/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,26 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "surf"
|
||||
date = "2025-05-17"
|
||||
references = ["https://github.com/http-rs/surf/issues/352"]
|
||||
informational = "unmaintained"
|
||||
categories = []
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# surf is unmaintained
|
||||
|
||||
The developer has indicated that the crate is unmaintained.
|
||||
|
||||
The last release is over three years old (from 2021), the crate depends on the
|
||||
deprecated `async-std` crate and on a very old version of `rustls` for TLS
|
||||
support.
|
||||
|
||||
## Possible alternatives
|
||||
|
||||
- [reqwest](https://crates.io/crates/reqwest)
|
||||
- [ureq](https://crates.io/crates/ureq)
|
||||
|
||||
Reference in New Issue
Block a user