gvwirth opened a new issue #12272: URL: https://github.com/apache/airflow/issues/12272
Hello, We use the vulnerability scanning tool Trivy to scan our Airflow Docker images for vulnerabilities. Today the scans started failing on a discovered lodash vulnerability: `usr/local/lib/python3.8/dist-packages/airflow/www_rbac/yarn.lock ================================================================ Total: 1 (HIGH: 1, CRITICAL: 0) +---------+------------------+----------+-------------------+---------------+ | LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | +---------+------------------+----------+-------------------+---------------+ | lodash | CVE-2020-8203 | HIGH | 4.17.15 | 4.17.19 | +---------+------------------+----------+-------------------+---------------+` Do you have any remediation steps for us to patch lodash to 4.17.19? Thank you! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
