From 83e7443d27a2ba4afc4e65a31b6d4c0fac567af7 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Fri, 24 Mar 2023 08:33:23 -0700 Subject: [PATCH] Add "unmaintained" advisories for all old Gitoxide crates. (#1644) * Add "unmaintained" advisories for all old Gitoxide crates. Gitoxide mass renamed its crates from git- to gix-, and the old crate names are no longer receiving updates. Create advisories for all of them with messages pointing to the new crates. * Reduce to main leaf crates trigger points Co-authored-by: Sebastian Thiel * git-features uses git-hash --------- Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com> Co-authored-by: Sebastian Thiel --- crates/git-hash/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ crates/git-path/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 crates/git-hash/RUSTSEC-0000-0000.md create mode 100644 crates/git-path/RUSTSEC-0000-0000.md diff --git a/crates/git-hash/RUSTSEC-0000-0000.md b/crates/git-hash/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..3615d30 --- /dev/null +++ b/crates/git-hash/RUSTSEC-0000-0000.md @@ -0,0 +1,17 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "git-hash" +date = "2023-03-14" +url = "https://github.com/Byron/gitoxide/pull/741" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# Gitoxide has renamed its crates. + +All crates in the gitoxide project have been renamed from git- to +gix-. The git- prefixed crates are no longer being updated. Switch +to using gix-hash to continue receiving updates. diff --git a/crates/git-path/RUSTSEC-0000-0000.md b/crates/git-path/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..b909f04 --- /dev/null +++ b/crates/git-path/RUSTSEC-0000-0000.md @@ -0,0 +1,17 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "git-path" +date = "2023-03-14" +url = "https://github.com/Byron/gitoxide/pull/741" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# Gitoxide has renamed its crates. + +All crates in the gitoxide project have been renamed from git- to +gix-. The git- prefixed crates are no longer being updated. Switch +to using gix-path to continue receiving updates.