Skip to content

Commit

Permalink
Add unmaintained advisories (#2079)
Browse files Browse the repository at this point in the history
* Add unmaintained advisories

* fix review findings & add typesize as alternative
  • Loading branch information
bircni authored Dec 22, 2024
1 parent 2ed96ab commit 6efd56a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
21 changes: 21 additions & 0 deletions crates/get-size-derive/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -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)

- [get-size-derive2](https://crates.io/crates/get-size-derive2)
22 changes: 22 additions & 0 deletions crates/get-size/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
```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)

- [get-size2](https://crates.io/crates/get-size2)
- [typesize](https://crates.io/crates/typesize)

0 comments on commit 6efd56a

Please sign in to comment.