Skip to content

Commit 5884df2

Browse files
authored
Upgrade Markdown to resolve CVE-2025-69534 (#262)
1 parent 08f032c commit 5884df2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jaraco.functools>= 4
3535
jinja2>=3.1.6 # CVE-2025-27516
3636
JSON-log-formatter
3737
jsonschema
38-
Markdown # used for formatting API help
38+
Markdown>=3.8.1 # CVE-2025-69534 # used for formatting API help
3939
msrestazure
4040
openshift
4141
packaging==24.2

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ lxml==4.9.4
262262
# via
263263
# python3-saml
264264
# xmlsec
265-
markdown==3.5.2
265+
markdown==3.10.2
266266
# via -r /awx_devel/requirements/requirements.in
267267
markupsafe==2.1.5
268268
# via jinja2

0 commit comments

Comments
 (0)