diff --git a/advisories/github-reviewed/2021/11/GHSA-m539-j985-hcr8/GHSA-m539-j985-hcr8.json b/advisories/github-reviewed/2021/11/GHSA-m539-j985-hcr8/GHSA-m539-j985-hcr8.json index 713bfe864aa..c5d9fe50e2a 100644 --- a/advisories/github-reviewed/2021/11/GHSA-m539-j985-hcr8/GHSA-m539-j985-hcr8.json +++ b/advisories/github-reviewed/2021/11/GHSA-m539-j985-hcr8/GHSA-m539-j985-hcr8.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-m539-j985-hcr8", - "modified": "2021-11-08T22:56:11Z", + "modified": "2024-11-13T21:28:26Z", "published": "2021-11-10T19:36:21Z", "aliases": [ "CVE-2021-41196" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -185,6 +189,63 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow-cpu" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow-gpu" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] } ], "references": [ @@ -204,6 +265,18 @@ "type": "WEB", "url": "https://github.com/tensorflow/tensorflow/commit/12b1ff82b3f26ff8de17e58703231d5a02ef1b8b" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-606.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-804.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-389.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/tensorflow/tensorflow"