Skip to content

Commit 8a3c3df

Browse files
committed
Update OSV records from CVE
1 parent d832bb9 commit 8a3c3df

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-1795",
4+
"aliases": [
5+
"CVE-2025-1795"
6+
],
7+
"published": "2025-02-28T18:59:31.784Z",
8+
"modified": "2025-02-28T20:32:56.849Z",
9+
"details": "During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "09fab93c3d857496c0bd162797fab816c311ee48"
21+
},
22+
{
23+
"fixed": "70754d21c288535e86070ca7a6e90dcb670b8593"
24+
},
25+
{
26+
"fixed": "9148b77e0af91cdacaa7fe3dfac09635c3fe9a74"
27+
}
28+
],
29+
"repo": "https://github.com/python/cpython"
30+
}
31+
]
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "REPORT",
37+
"url": "https://github.com/python/cpython/issues/100884"
38+
},
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/python/cpython/pull/100885"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/python/cpython/pull/119099"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/python/cpython/commit/09fab93c3d857496c0bd162797fab816c311ee48"
50+
},
51+
{
52+
"type": "FIX",
53+
"url": "https://github.com/python/cpython/commit/70754d21c288535e86070ca7a6e90dcb670b8593"
54+
},
55+
{
56+
"type": "FIX",
57+
"url": "https://github.com/python/cpython/commit/9148b77e0af91cdacaa7fe3dfac09635c3fe9a74"
58+
},
59+
{
60+
"type": "ADVISORY",
61+
"url": "https://mail.python.org/archives/list/[email protected]/thread/MB62IZMEC3UM6SGHP5LET5JX2Y7H4ZUR/"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": []
66+
}
67+
}

advisories/python/PSF-2025-1.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"modified": "2025-02-04T20:39:27.921Z",
2+
"modified": "2025-02-28T19:10:34.555Z",
33
"published": "2025-01-31T17:51:35.898Z",
44
"schema_version": "1.5.0",
55
"id": "PSF-2025-1",
@@ -24,6 +24,15 @@
2424
},
2525
{
2626
"fixed": "a7084f6075c9595ba60119ce8c62f1496f50c568"
27+
},
28+
{
29+
"fixed": "526617ed68cde460236c973e5d0a8bad4de896ba"
30+
},
31+
{
32+
"fixed": "b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab"
33+
},
34+
{
35+
"fixed": "ff4e5c25666f63544071a6b075ae8b25c98b7a32"
2736
}
2837
],
2938
"repo": "https://github.com/python/cpython"
@@ -55,6 +64,18 @@
5564
{
5665
"type": "FIX",
5766
"url": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568"
67+
},
68+
{
69+
"type": "FIX",
70+
"url": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba"
71+
},
72+
{
73+
"type": "FIX",
74+
"url": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab"
75+
},
76+
{
77+
"type": "FIX",
78+
"url": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32"
5879
}
5980
],
6081
"database_specific": {

0 commit comments

Comments
 (0)