Synchronize IDs (2024-05-21) (#1966)

Co-authored-by: amousset <329388+amousset@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-21 03:12:32 +01:00
committed by GitHub
parent c1cb49ade6
commit 21c622592e
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ date = "2024-03-15"
url = "https://github.com/tmccombs/tls-listener/security/advisories/GHSA-2qph-qpvm-2qf7" url = "https://github.com/tmccombs/tls-listener/security/advisories/GHSA-2qph-qpvm-2qf7"
categories = ["denial-of-service"] categories = ["denial-of-service"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
aliases = ["CVE-2024-28854"] aliases = ["CVE-2024-28854", "GHSA-2qph-qpvm-2qf7"]
[versions] [versions]
patched = [">= 0.10.0"] patched = [">= 0.10.0"]

View File

@@ -5,13 +5,14 @@ package = "tor-circmgr"
date = "2024-05-15" date = "2024-05-15"
url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409" url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409"
keywords = ["tor", "privacy", "information-leak"] keywords = ["tor", "privacy", "information-leak"]
aliases = ["TROVE-2024-003", "CVE-2024-35313"] aliases = ["CVE-2024-35312", "CVE-2024-35313", "GHSA-9328-gcfq-p269", "GHSA-c96h-cxx6-rmg9", "TROVE-2024-003"]
related = ["TROVE-2024-004"] related = ["TROVE-2024-004"]
[versions] [versions]
patched = [">= 0.18.1"] patched = [">= 0.18.1"]
unaffected = ["< 0.18.0"] unaffected = ["< 0.18.0"]
``` ```
# Tor path lengths too short when "Vanguards lite" configured # Tor path lengths too short when "Vanguards lite" configured
## Description ## Description

View File

@@ -5,13 +5,14 @@ package = "tor-circmgr"
date = "2024-05-15" date = "2024-05-15"
url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409" url = "https://gitlab.torproject.org/tpo/core/arti/-/issues/1409"
keywords = ["tor", "privacy", "information-leak"] keywords = ["tor", "privacy", "information-leak"]
aliases = ["TROVE-2024-004", "CVE-2024-35313"] aliases = ["CVE-2024-35313", "GHSA-c96h-cxx6-rmg9", "TROVE-2024-004"]
related = ["TROVE-2024-003"] related = ["TROVE-2024-003"]
[versions] [versions]
patched = [">= 0.18.1"] patched = [">= 0.18.1"]
unaffected = ["< 0.18.0"] unaffected = ["< 0.18.0"]
``` ```
# Tor path lengths too short when "full Vanguards" configured # Tor path lengths too short when "full Vanguards" configured
## Description ## Description