Skip to content

Commit 950be72

Browse files
author
github-actions
committed
Assign IDs
1 parent a740eb5 commit 950be72

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-
c361f816ed61f996bc6d7ba6c76cb3d6f4c53de5600d92d06520aa26886f84c3
1+
a1a222b327af5612997b49e482503ce60f9a7cde94f4fa5737d3881fa3ea71e1

advisories/python/PSF-0000-CVE-2025-4516.json renamed to advisories/python/PSF-2025-4.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2+
"modified": "2025-05-15T14:18:50Z",
3+
"published": "2025-05-15T13:29:20Z",
24
"schema_version": "1.5.0",
3-
"id": "PSF-0000-CVE-2025-4516",
5+
"id": "PSF-2025-4",
46
"aliases": [
57
"CVE-2025-4516"
68
],
7-
"published": "2025-05-15T13:29:20.126Z",
8-
"modified": "2025-05-15T14:18:50.599Z",
99
"details": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
1010
"affected": [
1111
{
@@ -53,4 +53,4 @@
5353
"database_specific": {
5454
"cwe_ids": []
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)