Skip to content

Commit

Permalink
Latest data: Wed Feb 12 08:06:17 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Feb 12, 2025
1 parent d945068 commit 331c379
Show file tree
Hide file tree
Showing 10 changed files with 1,371 additions and 42 deletions.
121 changes: 121 additions & 0 deletions audits/azure-cli-requirements.audit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
[
{
"package": {
"name": "cryptography",
"version": "43.0.1",
"ecosystem": "PyPI"
},
"dependency_groups": [
"azure-cli-requirements"
],
"vulnerabilities": [
{
"modified": "2025-02-11T21:50:33Z",
"published": "2025-02-11T18:06:42Z",
"schema_version": "1.6.0",
"id": "GHSA-79v4-65xg-pq4g",
"aliases": [
"CVE-2024-12797"
],
"summary": "Vulnerable OpenSSL included in cryptography wheels",
"details": "pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 42.0.0-44.0.0 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20250211.txt.\n\nIf you are building cryptography source (\"sdist\") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.",
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "cryptography",
"purl": "pkg:pypi/cryptography"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "42.0.0"
},
{
"fixed": "44.0.1"
}
]
}
],
"versions": [
"42.0.0",
"42.0.1",
"42.0.2",
"42.0.3",
"42.0.4",
"42.0.5",
"42.0.6",
"42.0.7",
"42.0.8",
"43.0.0",
"43.0.1",
"43.0.3",
"44.0.0"
],
"database_specific": {
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/02/GHSA-79v4-65xg-pq4g/GHSA-79v4-65xg-pq4g.json"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-79v4-65xg-pq4g"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12797"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699"
},
{
"type": "PACKAGE",
"url": "https://github.com/pyca/cryptography"
},
{
"type": "WEB",
"url": "https://openssl-library.org/news/secadv/20250211.txt"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/02/11/3"
}
],
"database_specific": {
"cwe_ids": [
"CWE-1395",
"CWE-392"
],
"github_reviewed": true,
"github_reviewed_at": "2025-02-11T18:06:42Z",
"nvd_published_at": "2025-02-11T16:15:38Z",
"severity": "LOW"
}
}
],
"groups": [
{
"ids": [
"GHSA-79v4-65xg-pq4g"
],
"aliases": [
"CVE-2024-12797",
"GHSA-79v4-65xg-pq4g"
],
"max_severity": ""
}
]
}
]
Loading

0 comments on commit 331c379

Please sign in to comment.