17 Commits

Author SHA1 Message Date
djc
2e45336771 Synchronize IDs (2025-10-28) 2025-10-28 07:02:18 +01:00
Alice Ryhl
fcb34000ec Update patched version list for RUSTSEC-2025-0023 2025-04-08 11:12:03 +02:00
github-actions[bot]
b3d5d51745 Assigned RUSTSEC-2025-0023 to tokio (#2273) 2025-04-07 09:45:16 +02:00
Alice Ryhl
4f618e7f7f Add unsound advisory for Tokio 7232 (#2272) 2025-04-07 09:40:44 +02:00
Alexis Mousset
84c633df9c Update aliases from GHSA OSV export (#1693) 2023-06-13 15:10:24 +02:00
Alexis Mousset
988dc5fe72 Fix some typos (#1593) 2023-02-09 04:11:29 +01:00
github-actions[bot]
3cda32257a Assigned RUSTSEC-2023-0005 to tokio (#1565)
Co-authored-by: Shnatsel <Shnatsel@users.noreply.github.com>
2023-02-03 09:59:01 +11:00
pinkforest(she/her)
061297a5a1 Add tokio io::ReadHalf<T>::unsplit unsound (#1552)
* Add tokio unsound

* Remove @ pings

* Wording

---------

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
2023-02-02 23:50:40 +01:00
github-actions[bot]
e1e7758c17 Assigned RUSTSEC-2023-0001 to tokio (#1511)
Co-authored-by: Shnatsel <Shnatsel@users.noreply.github.com>
2023-01-09 15:15:04 +01:00
pinkforest(she/her)
7b0c697520 Add tokio CVE-2023-22466 (#1510)
* Add tokio CVE-2023-22466

* Syntax

* Syntax

* Syntax
2023-01-09 15:08:18 +01:00
Jan Zerebecki
2e646db508 Add CVE to RUSTSEC-2021-0124 (#1149) 2022-01-13 23:33:38 +03:00
github-actions[bot]
3af7a839b1 Assigned RUSTSEC-2021-0124 to tokio (#1107)
Co-authored-by: Shnatsel <Shnatsel@users.noreply.github.com>
2021-11-17 00:11:14 +01:00
Eliza Weisman
5f68bbad79 Add advisory for tokio-rs/tokio#4225 (#1106)
* Add advisory for tokio-rs/tokio#4225

If a `tokio::sync::oneshot` channel is closed (via the
[`oneshot::Receiver::close`] method), a data race may occur if the
`oneshot::Sender::send` method is called while the corresponding
`oneshot::Receiver` is `await`ed or calling `try_recv`.

When these methods are called concurrently on a closed channel, the two halves
of the channel can concurrently access a shared memory location, resulting in a
data race. This has been observed to [cause memory corruption][corruption].

Note that the race only occurs when **both** halves of the channel are used
after one half has called `close`. Code where `close` is not used, or where the
`Receiver` is not `await`ed and `try_recv` is not called after calling `close`,
is not affected.

See tokio-rs/tokio#4225 for more details.

This issue was patched in v1.13.1. The patch was backported to the current
LTS version (v1.8.x) in release v1.8.4.

* Update crates/tokio/RUSTSEC-0000-0000.md

Co-authored-by: Tony Arcieri <bascule@gmail.com>

* fix toml lint

whoops

* Update crates/tokio/RUSTSEC-0000-0000.md

* Update crates/tokio/RUSTSEC-0000-0000.md

Co-authored-by: Tony Arcieri <bascule@gmail.com>
2021-11-17 00:02:09 +01:00
Alexander Kjäll
f4a8973706 add cve info to advisories (#1099)
* add cve info to advisories

* Put `aliases` field in the proper place

It should not be under `[versions]`

* move `aliases` to the proper place

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
2021-11-06 21:37:35 +01:00
Sergey "Shnatsel" Davidoff
cbeaf18e2b Made RUSTSEC-2021-0072 not affect tokio 2.0 and later 2021-07-08 01:26:08 +02:00
github-actions[bot]
01ac699fd5 Assigned RUSTSEC-2021-0072 to tokio (#952)
Co-authored-by: Shnatsel <Shnatsel@users.noreply.github.com>
2021-07-08 01:09:42 +02:00
Alice Ryhl
6f2157cba4 Add advisory for race condition in Tokio (#951)
* Add RUSTSEC for tokio#3929

* Update version range

* Wrap with code fences

* Add advisory information

* Add unaffected

* Don't use tilde in version specification

it's not yet supported by rustsec v0.24

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
2021-07-08 01:08:31 +02:00