Skip to content

Commit 21c6225

Browse files
Synchronize IDs (2024-05-21) (#1966)
Co-authored-by: amousset <[email protected]>
1 parent c1cb49a commit 21c6225

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

crates/tls-listener/RUSTSEC-2024-0341.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date = "2024-03-15"
66
url = "https://github.com/tmccombs/tls-listener/security/advisories/GHSA-2qph-qpvm-2qf7"
77
categories = ["denial-of-service"]
88
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
9-
aliases = ["CVE-2024-28854"]
9+
aliases = ["CVE-2024-28854", "GHSA-2qph-qpvm-2qf7"]
1010

1111
[versions]
1212
patched = [">= 0.10.0"]

crates/tor-circmgr/RUSTSEC-2024-0339.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ package = "tor-circmgr"
55
date = "2024-05-15"
66
url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409"
77
keywords = ["tor", "privacy", "information-leak"]
8-
aliases = ["TROVE-2024-003", "CVE-2024-35313"]
8+
aliases = ["CVE-2024-35312", "CVE-2024-35313", "GHSA-9328-gcfq-p269", "GHSA-c96h-cxx6-rmg9", "TROVE-2024-003"]
99
related = ["TROVE-2024-004"]
1010

1111
[versions]
1212
patched = [">= 0.18.1"]
1313
unaffected = ["< 0.18.0"]
1414
```
15+
1516
# Tor path lengths too short when "Vanguards lite" configured
1617

1718
## Description

crates/tor-circmgr/RUSTSEC-2024-0340.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ package = "tor-circmgr"
55
date = "2024-05-15"
66
url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409"
77
keywords = ["tor", "privacy", "information-leak"]
8-
aliases = ["TROVE-2024-004", "CVE-2024-35313"]
8+
aliases = ["CVE-2024-35313", "GHSA-c96h-cxx6-rmg9", "TROVE-2024-004"]
99
related = ["TROVE-2024-003"]
1010

1111
[versions]
1212
patched = [">= 0.18.1"]
1313
unaffected = ["< 0.18.0"]
1414
```
15+
1516
# Tor path lengths too short when "full Vanguards" configured
1617

1718
## Description

0 commit comments

Comments
 (0)