Skip to content

Commit 5b625ff

Browse files
author
github-actions
committed
Assign IDs
1 parent 509ceaf commit 5b625ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

advisories/.id-allocator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
435643cf4ba3a98d90f8031984159fe949920ac5cc9215c75232376a3dd204cc
1+
7bcc00410d26ab096945e4958f1848cdcdd86bddb4b0ec1e5974c72c23e970d3

advisories/python/PSF-0000-CVE-2024-12254.json renamed to advisories/python/PSF-2024-14.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2+
"modified": "2024-12-06T15:19:41Z",
3+
"published": "2024-12-06T15:19:41Z",
24
"schema_version": "1.5.0",
3-
"id": "PSF-0000-CVE-2024-12254",
5+
"id": "PSF-2024-14",
46
"aliases": [
57
"CVE-2024-12254"
68
],
7-
"published": "2024-12-06T15:19:41.576Z",
8-
"modified": "2024-12-06T15:19:41.576Z",
99
"details": "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.",
1010
"affected": [
1111
{
@@ -39,4 +39,4 @@
3939
"database_specific": {
4040
"cwe_ids": []
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)