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

@@ -23,8 +23,8 @@
import logging
import os
from cachelib.file import FileSystemCache
from celery.schedules import crontab
from flask_caching.backends.filesystemcache import FileSystemCache
logger = logging.getLogger()