Hello,
It seems that the Tensorflow versions currently allowed by Meridian include a known vulnerability: CVE-2026-2492.
The pyproject.toml currently allows:
tensorflow >= 2.18, < 2.21
Here is the official CVE record : https://www.cve.org/CVERecord?id=CVE-2026-2492
Suggested fix :
Set Tensorflow minimum version requirements to >= 2.21.0, which seems to be the minimum version fixing the CVE.
Thank you !
Hello,
It seems that the Tensorflow versions currently allowed by Meridian include a known vulnerability: CVE-2026-2492.
The pyproject.toml currently allows:
tensorflow >= 2.18, < 2.21Here is the official CVE record : https://www.cve.org/CVERecord?id=CVE-2026-2492
Suggested fix :
Set Tensorflow minimum version requirements to >= 2.21.0, which seems to be the minimum version fixing the CVE.
Thank you !