From f7511e0fa3422643b4680e064512a0191e200de2 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Sat, 19 Aug 2023 06:23:53 -0400 Subject: [PATCH] Add unmaintained `dlopen_derive` advisory (#1735) --- crates/dlopen_derive/RUSTSEC-0000-0000.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 crates/dlopen_derive/RUSTSEC-0000-0000.md diff --git a/crates/dlopen_derive/RUSTSEC-0000-0000.md b/crates/dlopen_derive/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..26716aa5 --- /dev/null +++ b/crates/dlopen_derive/RUSTSEC-0000-0000.md @@ -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