Skip to content

Commit 767973d

Browse files
authored
Merge pull request #9630 from haskell/mergify/bp/3.10/pr-9619
update jinja2 per CVE-2024-22195 (backport #9619)
2 parents c805ff1 + 8fa3eae commit 767973d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

doc/requirements.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ sphinx-jsonschema
44
sphinxnotes-strike
55
# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
66
Pygments >= 2.7.4
7-
# Suggested by dependabot in https://github.com/haskell/cabal/pull/8807
8-
certifi >= 2022.12.7
7+
# CVE-2023-37920
8+
certifi >= 2023.07.22
9+
# CVE-2023-45803
10+
urllib3 >= 2.0.7
11+
# CVE-2024-22195
12+
jinja2 == 3.1.3

doc/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ idna==2.10
2323
# via requests
2424
imagesize==1.4.1
2525
# via sphinx
26-
jinja2==3.1.2
27-
# via sphinx
28-
jsonpointer==2.1
26+
jinja2==3.1.3
27+
# via
28+
# -r requirements.in
29+
# sphinx
30+
jsonpointer==2.3
2931
# via sphinx-jsonschema
3032
markupsafe==2.1.2
3133
# via jinja2

0 commit comments

Comments
 (0)