From cc233764227758c0a2baf7ccba893d200adda540 Mon Sep 17 00:00:00 2001 From: 1ngabo <162403908+Ingabreezy@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:57:39 +1100 Subject: [PATCH] Upgrade Flask version to 2.2.5 Upgraded Flask to a fixed version to address the missing Vary: Cookie header issue identified by Trivy (CVE-2023-30861). --- Core DW Infrastructure/dremio-api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core DW Infrastructure/dremio-api/requirements.txt b/Core DW Infrastructure/dremio-api/requirements.txt index ca8d543..fd7050f 100644 --- a/Core DW Infrastructure/dremio-api/requirements.txt +++ b/Core DW Infrastructure/dremio-api/requirements.txt @@ -1,6 +1,6 @@ -Flask==1.1.4 +flask==2.2.5 Jinja2==2.11.3 MarkupSafe==1.1.1 requests pandas -python-dotenv \ No newline at end of file +python-dotenv