Skip to content

Commit

Permalink
add affected python ranges to CVE-2024-50602
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Dec 4, 2024
1 parent 8d136c2 commit 965db0b
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion data/anchore/2024/CVE-2024-50602.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,76 @@
"versionType": "custom"
}
]
},
{
"collectionURL": "https://github.com",
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"modules": [
"venv"
],
"packageName": "python/cpython",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.1",
"status": "affected",
"version": "3.13",
"versionType": "python"
},
{
"lessThan": "3.12.8",
"status": "affected",
"version": "3.12",
"versionType": "python"
},
{
"lessThan": "3.11.11",
"status": "affected",
"version": "3.11",
"versionType": "python"
},
{
"lessThan": "3.10.16",
"status": "affected",
"version": "3.10",
"versionType": "python"
},
{
"lessThan": "3.9.21",
"status": "affected",
"version": "0",
"versionType": "python"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
},
"references": [
{
"url": "https://github.com/python/cpython/issues/126623"
},
{
"url": "https://docs.python.org/release/3.9.21/whatsnew/changelog.html"
},
{
"url": "https://docs.python.org/release/3.10.16/whatsnew/changelog.html"
},
{
"url": "https://docs.python.org/release/3.11.11/whatsnew/changelog.html#python-3-11-11"
},
{
"url": "https://docs.python.org/release/3.12.8/whatsnew/changelog.html#python-3-12-8"
},
{
"url": "https://docs.python.org/release/3.13.1/whatsnew/changelog.html#python-3-13-1"
}
]
}
}

0 comments on commit 965db0b

Please sign in to comment.