mirror of
https://github.com/rustsec/advisory-db.git
synced 2026-07-16 00:12:29 -04:00
Mark surf and tide as unmaintained
This commit is contained in:
20
crates/surf/RUSTSEC-0000-0000.md
Normal file
20
crates/surf/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "surf"
|
||||
date = "2026-06-04"
|
||||
informational = "unmaintained"
|
||||
url = "https://github.com/http-rs/surf/issues/352"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# surf is unmaintained
|
||||
|
||||
The surf crate is unmaintained, and all versions are affected.
|
||||
|
||||
For alternatives, consider using [reqwest](https://crates.io/crates/reqwest)
|
||||
or [ureq](https://crates.io/crates/ureq).
|
||||
|
||||
See [this issue](https://github.com/http-rs/surf/issues/352) for more context.
|
||||
19
crates/tide/RUSTSEC-0000-0000.md
Normal file
19
crates/tide/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,19 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "tide"
|
||||
date = "2026-06-04"
|
||||
informational = "unmaintained"
|
||||
url = "https://github.com/http-rs/tide/issues/922"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# tide is unmaintained
|
||||
|
||||
The tide crate is unmaintained, and all versions are affected.
|
||||
|
||||
The closest maintained alternative might be [trillium](https://crates.io/crates/trillium).
|
||||
|
||||
See [this issue](https://github.com/http-rs/tide/issues/922) for more context.
|
||||
Reference in New Issue
Block a user