Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
-> Vulnerability found in lxml version 4.6.5
Vulnerability ID: 50748
Affected spec: <4.9.1
ADVISORY: Lxml 4.9.1 include a fix for CVE-2022-2309: NULL Pointer
Dereference allows attackers to cause a denial of service (or application...
CVE-2022-2309
For more information, please visit
https://pyup.io/vulnerabilities/CVE-2022-2309/50748/

-> Vulnerability found in mako version 1.1.3
Vulnerability ID: 50870
Affected spec: <1.2.2
ADVISORY: Mako 1.2.2 includes a fix for a REDoS
vulnerability.sqlalchemy/mako#366
PVE-2022-50870
For more information, please visit
https://pyup.io/vulnerabilities/PVE-2022-50870/50870/
  • Loading branch information
sbrunner committed Sep 30, 2022
1 parent f44029d commit 466c306
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 138 deletions.
4 changes: 2 additions & 2 deletions acceptance_tests/Pipfile
Expand Up @@ -25,8 +25,8 @@ importlib-metadata = "==4.10.1"
importlib-resources = "==5.4.0"
iniconfig = "==1.1.1"
jinja2 = "==3.0.3"
lxml = "==4.7.1"
mako = "==1.1.6"
lxml = "==4.9.1"
mako = "==1.2.2"
markupsafe = "==2.0.1"
netifaces = "==0.11.0"
oauthlib = "==3.2.0"
Expand Down
151 changes: 84 additions & 67 deletions acceptance_tests/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/Pipfile
Expand Up @@ -26,8 +26,8 @@ hupper = "==1.10.3"
idna = "==3.3"
importlib-metadata = "==4.10.1"
importlib-resources = "==5.4.0"
lxml = "==4.7.1"
mako = "==1.1.6"
lxml = "==4.9.1"
mako = "==1.2.2"
markupsafe = "==2.0.1"
netifaces = "==0.11.0"
oauthlib = "==3.2.0"
Expand Down

0 comments on commit 466c306

Please sign in to comment.