Skip to content

Commit a740eb5

Browse files
committed
Update OSV records from CVE
1 parent dbc4b0d commit a740eb5

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-4516",
4+
"aliases": [
5+
"CVE-2025-4516"
6+
],
7+
"published": "2025-05-15T13:29:20.126Z",
8+
"modified": "2025-05-15T14:18:50.599Z",
9+
"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.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "69b4387f78f413e8c47572a85b3478c47eba8142"
21+
},
22+
{
23+
"fixed": "9f69a58623bd01349a18ba0c7a9cb1dad6a51e8e"
24+
}
25+
],
26+
"repo": "https://github.com/python/cpython"
27+
}
28+
]
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "REPORT",
34+
"url": "https://github.com/python/cpython/issues/133767"
35+
},
36+
{
37+
"type": "WEB",
38+
"url": "https://github.com/python/cpython/pull/129648"
39+
},
40+
{
41+
"type": "ADVISORY",
42+
"url": "https://mail.python.org/archives/list/[email protected]/thread/L75IPBBTSCYEF56I2M4KIW353BB3AY74/"
43+
},
44+
{
45+
"type": "FIX",
46+
"url": "https://github.com/python/cpython/commit/69b4387f78f413e8c47572a85b3478c47eba8142"
47+
},
48+
{
49+
"type": "FIX",
50+
"url": "https://github.com/python/cpython/commit/9f69a58623bd01349a18ba0c7a9cb1dad6a51e8e"
51+
}
52+
],
53+
"database_specific": {
54+
"cwe_ids": []
55+
}
56+
}

0 commit comments

Comments
 (0)