mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-07 12:11:29 +01:00
Add advisory encoding (#1608)
Co-authored-by: sidunder <sidunder@users.noreply.github.com>
This commit is contained in:
19
crates/encoding/RUSTSEC-0000-0000.md
Normal file
19
crates/encoding/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,19 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "encoding"
|
||||
date = "2021-12-05"
|
||||
url = "https://github.com/lifthrasiir/rust-encoding/issues/127"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# `encoding` is unmaintained
|
||||
|
||||
Last release was on 2016-08-28. The [issue](https://github.com/lifthrasiir/rust-encoding/issues/127) inquiring as to the status of the crate has gone unanswered by the maintainer.
|
||||
|
||||
## Possible alternatives
|
||||
|
||||
- [encoding_rs](https://crates.io/crates/encoding_rs)
|
||||
Reference in New Issue
Block a user