Add "unmaintained" advisories for all old Gitoxide crates. (#1644)

* Add "unmaintained" advisories for all old Gitoxide crates.

Gitoxide mass renamed its crates from git-<crate> to gix-<crate>,
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 <sebastian.thiel@icloud.com>

* git-features uses git-hash

---------

Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
This commit is contained in:
Kyle Huey
2023-03-24 08:33:23 -07:00
committed by GitHub
parent d6377e0188
commit 83e7443d27
2 changed files with 34 additions and 0 deletions

View File

@@ -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-<crate> to
gix-<crate>. The git- prefixed crates are no longer being updated. Switch
to using gix-hash to continue receiving updates.

View File

@@ -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-<crate> to
gix-<crate>. The git- prefixed crates are no longer being updated. Switch
to using gix-path to continue receiving updates.