SCH227 commented on PR #25090:
URL: https://github.com/apache/superset/pull/25090#issuecomment-1806486716

   @michael-s-molina Flask-caching 1.11.1 does not fixes 
[CVE-2021-33026](https://nvd.nist.gov/vuln/detail/CVE-2021-33026).
   Lastest version of flask-caching still relies on pickle by default for 
deserialization from cache storage. For example:
   
[Memcache](https://github.com/pallets-eco/flask-caching/blob/0cb31a3f7b89ce8619b78dfd7597eadb61165229/src/flask_caching/backends/memcache.py#L184)
   
[Rediscache](https://github.com/pallets-eco/flask-caching/blob/0cb31a3f7b89ce8619b78dfd7597eadb61165229/src/flask_caching/backends/rediscache.py#L104)
   Am I missing something?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to