fix: Bumps Flask Caching to fix RCE vulnerability (#25090)

This commit is contained in:
Michael S. Molina
2023-08-31 08:44:48 -03:00
committed by Michael S. Molina
parent 46e6d32260
commit 372004d0e6
13 changed files with 62 additions and 59 deletions

View File

@@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.10.5
version: 0.10.6
dependencies:
- name: postgresql
version: 12.1.6

View File

@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
# superset
![Version: 0.10.5](https://img.shields.io/badge/Version-0.10.5-informational?style=flat-square)
![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application

View File

@@ -63,7 +63,7 @@ Create chart name and version as used by the chart label.
{{- define "superset-config" }}
import os
from cachelib.redis import RedisCache
from flask_caching.backends.rediscache import RedisCache
def env(key, default=None):
return os.getenv(key, default)