mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Assigned RUSTSEC-2024-0014 to generational-arena (#1893)
Co-authored-by: amousset <329388+amousset@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5611d4d388
commit
a9df130136
@@ -1,3 +1,3 @@
|
|||||||
This file causes merge conflicts if two ID assignment jobs run concurrently.
|
This file causes merge conflicts if two ID assignment jobs run concurrently.
|
||||||
This prevents duplicate ID assignment due to a race between those jobs.
|
This prevents duplicate ID assignment due to a race between those jobs.
|
||||||
a723f9529f287e83360d20241406a9ebd7ff3ac49209b2f133916e1990b9bc21 -
|
7bf2712c464d588541d9bad260fa4a45f0b1c4425fbd94fcdd1e413fe1c060d9 -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
```toml
|
```toml
|
||||||
[advisory]
|
[advisory]
|
||||||
id = "RUSTSEC-0000-0000"
|
id = "RUSTSEC-2024-0014"
|
||||||
package = "generational-arena"
|
package = "generational-arena"
|
||||||
date = "2024-02-11"
|
date = "2024-02-11"
|
||||||
url = "https://github.com/fitzgen/generational-arena/issues/55"
|
url = "https://github.com/fitzgen/generational-arena/issues/55"
|
||||||
@@ -14,4 +14,4 @@ patched = []
|
|||||||
The `generational-arena` crate's repository has been archived and is no longer maintained.
|
The `generational-arena` crate's repository has been archived and is no longer maintained.
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
- [slotmap](https://crates.io/crates/slotmap)
|
- [slotmap](https://crates.io/crates/slotmap)
|
||||||
Reference in New Issue
Block a user