-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unmaintained
traitobject
(#1390)
- Loading branch information
1 parent
2df5a37
commit bcf622d
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "traitobject" | ||
date = "2021-10-04" | ||
informational = "unmaintained" | ||
url = "https://github.com/reem/rust-traitobject/issues/7" | ||
references = ["https://rustsec.org/advisories/RUSTSEC-2020-0027"] | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# traitobject is Unmaintained | ||
|
||
Crate `traitobject` has not had a release for over five years. | ||
|
||
In addition there is an existing security advisory that has not been addressed: | ||
|
||
- [RUSTSEC-2020-0027](https://rustsec.org/advisories/RUSTSEC-2020-0027) | ||
|
||
## Possible Alternative(s) | ||
|
||
The below list has not been vetted in any way and may or may not contain alternatives; | ||
|
||
- [destructure_traitobject] | ||
|
||
[destructure_traitobject]: https://crates.io/crates/destructure_traitobject |