From 8ee1dd52c4b3537069c126d16680f70f987fc25e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Nov 2022 02:13:16 +0000 Subject: [PATCH] fix: src/pybind/mgr/dashboard/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874 --- src/pybind/mgr/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index c63b61940ca0c..6140660bce218 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -9,3 +9,4 @@ requests Routes six -e ../../../python-common +lxml>=4.9.1 # not directly required, pinned by Snyk to avoid a vulnerability