From 54f12c1646a00561a496f7ea192e5fdd162e277e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 15 Sep 2024 01:29:41 +0200 Subject: [PATCH 1/2] Add unmaintained advisories --- crates/get-size-derive/RUSTSEC-0000-0000.md | 21 +++++++++++++++++++++ crates/get-size/RUSTSEC-0000-0000.md | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 crates/get-size-derive/RUSTSEC-0000-0000.md create mode 100644 crates/get-size/RUSTSEC-0000-0000.md diff --git a/crates/get-size-derive/RUSTSEC-0000-0000.md b/crates/get-size-derive/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..c43087b9a --- /dev/null +++ b/crates/get-size-derive/RUSTSEC-0000-0000.md @@ -0,0 +1,21 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "get-size-derive" +date = "2024-09-15" +informational = "unmaintained" +url = "https://github.com/DKerp/get-size/issues/22" + +[versions] +patched = [] +``` + +# get-size-derive is unmaintained + +get-size-derive's maintainer seems to be unreachable, with no commits and releases pushed for 1 year and no activity on the GitHub repo. + +get-size-derive also depends on `attribute-derive ^0.6` a version of the crate which uses the yanked crate `proc-macro-error`. + +## Possible Alternative(s) + +- [proc-macro-error2](https://crates.io/crates/get-size-derive2) diff --git a/crates/get-size/RUSTSEC-0000-0000.md b/crates/get-size/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..471442033 --- /dev/null +++ b/crates/get-size/RUSTSEC-0000-0000.md @@ -0,0 +1,21 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "get-size" +date = "2024-09-15" +informational = "unmaintained" +url = "https://github.com/DKerp/get-size/issues/22" + +[versions] +patched = [] +``` + +# get-size is unmaintained + +get-size's maintainer seems to be unreachable, with no commits and releases pushed for 1 year and no activity on the GitHub repo. + +get-size also depends on `get-size-derive 0.1.3`, which uses `attribute-derive ^0.6` a version of the crate which uses the yanked crate `proc-macro-error`. + +## Possible Alternative(s) + +- [proc-macro-error2](https://crates.io/crates/get-size2) From 7736bee822b92fcf956f06492351b190edcc85be Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 15 Sep 2024 13:10:15 +0200 Subject: [PATCH 2/2] fix review findings & add typesize as alternative --- crates/get-size-derive/RUSTSEC-0000-0000.md | 2 +- crates/get-size/RUSTSEC-0000-0000.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/get-size-derive/RUSTSEC-0000-0000.md b/crates/get-size-derive/RUSTSEC-0000-0000.md index c43087b9a..03975cffc 100644 --- a/crates/get-size-derive/RUSTSEC-0000-0000.md +++ b/crates/get-size-derive/RUSTSEC-0000-0000.md @@ -18,4 +18,4 @@ get-size-derive also depends on `attribute-derive ^0.6` a version of the crate w ## Possible Alternative(s) -- [proc-macro-error2](https://crates.io/crates/get-size-derive2) +- [get-size-derive2](https://crates.io/crates/get-size-derive2) diff --git a/crates/get-size/RUSTSEC-0000-0000.md b/crates/get-size/RUSTSEC-0000-0000.md index 471442033..668205396 100644 --- a/crates/get-size/RUSTSEC-0000-0000.md +++ b/crates/get-size/RUSTSEC-0000-0000.md @@ -18,4 +18,5 @@ get-size also depends on `get-size-derive 0.1.3`, which uses `attribute-derive ^ ## Possible Alternative(s) -- [proc-macro-error2](https://crates.io/crates/get-size2) +- [get-size2](https://crates.io/crates/get-size2) +- [typesize](https://crates.io/crates/typesize)