docker-airflow
docker-airflow copied to clipboard
Regarding JQuery version used in Airflow 1.10.9
Hello All,
Our organization is using the Airflow version '1.10.9'. As part of Penetration Testing in the customer site, one of the Pen testing tool has detected that JQuery used here is the version 3.3.1 and this jquery version is tagged as 'vulnerable'. When i see the dockerfile, i observed that 'python:3.7-slim-buster' base image is used and i am presuming this Jquery would have been pre-built in this image.
Does the Airflow 'latest' version has any upgraded version of JQuery? Or we should update the dockerfile and get it upgraded?
Can any of you please clarify?
Thank You