nigzak commented on PR #27187: URL: https://github.com/apache/superset/pull/27187#issuecomment-1956680226
Hint: made a "manual dirty" update in the docker image to update to 2.9.0 (which for sure kills starting the docker image). ``` from apache/superset:3.1.1 USER root:root RUN pip uninstall numexpr --yes RUN pip install numexpr==2.9.0 USER superset:superset ``` With this update there is no critical finding of the CVE-2023-39631 in the container anymore - an update of numexp should finally fix this finding  -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org