From b47fff16583cafd5011e1e95d5f7a492cf85cb1c Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 7 Oct 2019 10:31:28 -0700 Subject: [PATCH] Add unmaintained crate informational advisory: libusb No releases since 2016 and no responses from the author about its maintenance status; with several open PRs and issues: https://github.com/dcuddeback/libusb-rs/issues/33 Recommending `rusb`, a maintained fork, as a successor: https://github.com/a1ien/rusb --- crates/libusb/RUSTSEC-0000-0000.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/libusb/RUSTSEC-0000-0000.toml diff --git a/crates/libusb/RUSTSEC-0000-0000.toml b/crates/libusb/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..705004a --- /dev/null +++ b/crates/libusb/RUSTSEC-0000-0000.toml @@ -0,0 +1,16 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "libusb" +title = "libusb is unmaintained; use rusb instead" +informational = "unmaintained" +date = "2016-09-10" +unaffected_versions = ["> 0.3.0"] # last release +url = "https://github.com/dcuddeback/libusb-rs/issues/33" +description = """ +The `libusb` crate has not seen a release since September 2016, and its author +is unresponsive. + +The `rusb` crate is a maintained fork: + +https://github.com/a1ien/rusb +"""