We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545526b commit bc987e5Copy full SHA for bc987e5
2 files changed
lang-python/poetry/spec
@@ -1,4 +1,4 @@
1
-VER=2.3.2
+VER=2.4.0
2
SRCS="pypi::version=${VER}::poetry"
3
-CHKSUMS="sha256::6e81526ae99a4f07f75174600bfe8b73e74c786dc18c9d1ce1800dd6f807414b"
+CHKSUMS="sha256::5e343ed7e71cdf1c7b5b5a7c6194a8b85e1700d3ae905ef0d22f6d021b49f2bc"
4
CHKUPDATE="anitya::id=32514"
topics/poetry-2.4.0.toml
@@ -0,0 +1,11 @@
+security = true
+
+[name]
+default = "Poetry 2.4.0"
5
6
+[caution]
7
+default = "Fixes a path traversal vulnerability (CVE-2026-34591, Severity: Medium)"
8
+zh_CN = "修复一个路径穿越漏洞(漏洞编号 CVE-2026-34591,严重性:中)"
9
10
+[packages-v2]
11
+"poetry" = "< 2.4.0"
0 commit comments