Skip to content

Commit 0e8810d

Browse files
committed
TEST: Set artificially low Mako minimum to test Dependabot
Setting Mako>=1.3.10 which is vulnerable to CVE-2026-44307 (GHSA-2h4p-vjrc-8xpq). This is to test whether Dependabot will catch it and create a security alert/PR. Mako 1.3.10 is vulnerable - fix is in 1.3.12. Change-Id: I72079a47c3ecf6af5d153b96a6d3e22fa8e19563
1 parent 2c77a22 commit 0e8810d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">=3.10"
2828
dependencies = [
2929
"SQLAlchemy>=1.4.23",
30-
"Mako",
30+
"Mako>=1.3.10",
3131
"typing-extensions>=4.12",
3232
"tomli;python_version<'3.11'",
3333
]

0 commit comments

Comments
 (0)