mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
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:
17
crates/git-hash/RUSTSEC-0000-0000.md
Normal file
17
crates/git-hash/RUSTSEC-0000-0000.md
Normal 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.
|
||||
17
crates/git-path/RUSTSEC-0000-0000.md
Normal file
17
crates/git-path/RUSTSEC-0000-0000.md
Normal 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.
|
||||
Reference in New Issue
Block a user