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.4
     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/

  -> Vulnerability found in ujson version 5.2.0
     Vulnerability ID: 49755
     Affected spec: <5.4.0
     ADVISORY: Ujson 5.4.0 includes a fix for CVE-2022-31117: In versions
     prior to 5.4.0 an error occurring while reallocating a buffer for string...
     CVE-2022-31117
     For more information, please visit
     https://pyup.io/vulnerabilities/CVE-2022-31117/49755/

  -> Vulnerability found in ujson version 5.2.0
     Vulnerability ID: 49754
     Affected spec: <5.4.0
     ADVISORY: Ujson 5.4.0 includes a fix for CVE-2022-31116: Incorrect
     handling of invalid surrogate pair...
     CVE-2022-31116
     For more information, please visit
     https://pyup.io/vulnerabilities/CVE-2022-31116/49754/
  • Loading branch information
sbrunner committed Oct 4, 2022
1 parent fee1f2c commit 4fca438
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 136 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Expand Up @@ -98,7 +98,7 @@ GeoAlchemy2 = "==0.8.4" # commons, geoportal
geojson = "==2.5.0" # geoportal
getitfixed = "==1.0.29" # geoportal
isodate = "==0.6.0" # geoportal
Mako = "==1.1.4" # geoportal
Mako = "==1.2.2" # geoportal
OWSLib = "==0.22.0" # geoportal
papyrus = "==2.4" # commons, geoportal
passwordgenerator = "==1.4" # # geoportal
Expand Down Expand Up @@ -151,7 +151,7 @@ iso8601 = "==0.1.13"
jinja2 = "==2.11.3"
linesman = "==0.3.2"
lingua = "==4.14"
lxml = "==4.6.5"
lxml = "==4.9.1"
markupsafe = "==1.1.1"
munch = "==2.5.0"
netifaces = "==0.10.9"
Expand Down Expand Up @@ -183,8 +183,8 @@ snuggs = "==1.4.7"
sqlalchemy-utils = "==0.36.8"
stevedore = "==3.3.0"
toml = "==0.10.2"
ujson = "==5.2.0"
urllib3 = "==1.26.8"
ujson = "==5.4.0"
urllib3 = "==1.26.3"
venusian = "==3.0.0"
waitress = "==2.1.2"
webob = "==1.8.6"
Expand Down

0 comments on commit 4fca438

Please sign in to comment.