From 59c3881e690287255bc5fc607f2b8e7141bd2015 Mon Sep 17 00:00:00 2001 From: Flash <49687781+llooFlashooll@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:52:59 +0800 Subject: [PATCH] Add unmaintained advisory for bcc (#2065) --- crates/bcc/RUSTSEC-0000-0000.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/bcc/RUSTSEC-0000-0000.md diff --git a/crates/bcc/RUSTSEC-0000-0000.md b/crates/bcc/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..fc60a16f --- /dev/null +++ b/crates/bcc/RUSTSEC-0000-0000.md @@ -0,0 +1,15 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "bcc" +date = "2024-09-04" +url = "https://github.com/rust-bpf/rust-bcc/issues/200" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# bcc is unmaintained + +bcc will no longer be maintained as declared by the developer. Users are recommended to use libbpf-rs instead. See [libbpf-rs](https://github.com/libbpf/libbpf-rs). \ No newline at end of file