Skip to content

Commit f05db37

Browse files
committed
Update OSV records from CVE
1 parent 556ed72 commit f05db37

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-0938",
4+
"aliases": [
5+
"CVE-2025-0938"
6+
],
7+
"published": "2025-01-31T17:51:35.898Z",
8+
"modified": "2025-01-31T17:53:36.106Z",
9+
"details": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
}
19+
],
20+
"repo": "https://github.com/python/cpython"
21+
}
22+
]
23+
}
24+
],
25+
"references": [
26+
{
27+
"type": "REPORT",
28+
"url": "https://github.com/python/cpython/issues/105704"
29+
},
30+
{
31+
"type": "WEB",
32+
"url": "https://github.com/python/cpython/pull/129418"
33+
}
34+
],
35+
"database_specific": {
36+
"cwe_ids": []
37+
}
38+
}

0 commit comments

Comments
 (0)