mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-26 16:07:48 +01:00
Add unmaintained dlopen_derive advisory (#1735)
This commit is contained in:
27
crates/dlopen_derive/RUSTSEC-0000-0000.md
Normal file
27
crates/dlopen_derive/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,27 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "dlopen_derive"
|
||||
date = "2023-07-30"
|
||||
url = "https://github.com/szymonwieloch/rust-dlopen/issues/47"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# `dlopen_derive` is unmaintained
|
||||
|
||||
`dlopen_derive` hasn't been updated since June 9, 2019.
|
||||
|
||||
`dlopen_derive` depends on [`quote = "0.6.12"`] and [`syn = "0.15.34"`]. Versions `1.0.0` of these dependencies were published on August 13, 2019. The `0.*` versions haven't received updates since.
|
||||
|
||||
Note that `dlopen` is an unmaintained crate from the same repository as `dlopen_derive`. However, migrating away from `dlopen_derive` implies migrating away from `dlopen`, as well.
|
||||
|
||||
## Recommended alternatives
|
||||
|
||||
- [`dlopen2_derive`] (and `dlopen2`)
|
||||
|
||||
[`dlopen2_derive`]: https://github.com/OpenByteDev/dlopen2
|
||||
[`quote = "0.6.12"`]: https://github.com/dtolnay/quote/releases/tag/0.6.12
|
||||
[`syn = "0.15.34"`]: https://github.com/dtolnay/syn/releases/tag/0.15.34
|
||||
Reference in New Issue
Block a user