Skip to content

Commit d4df924

Browse files
cdoernmergify[bot]
authored andcommitted
fix: bump pyasn1 for CVE-2026-59885 (#6330)
bump to >=0.6.4 for CVE-2026-59885 as outlined in GHSA-8ppf-4f7h-5ppj Signed-off-by: Charlie Doern <cdoern@redhat.com> (cherry picked from commit d6e9242) # Conflicts: # pyproject.toml # uv.lock
1 parent effd871 commit d4df924

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,17 @@ constraint-dependencies = [
1919
"lxml>=6.1.0", # CVE-2026-41066: XML entity expansion with default resolve_entities=True
2020
"pillow>=12.2.0", # CVE-2026-40192 + 4 more: heap overflow, OOB write, DoS
2121
"protobuf>=5.29.6", # CVE-2025-4565 + CVE-2026-0994: parsing vulnerabilities
22+
<<<<<<< HEAD
2223
"pyasn1>=0.6.3", # CVE-2026-30922: DoS via unbounded recursion
2324
"python-multipart>=0.0.27", # CVE-2026-40347: header injection; CVE-2026-42561: DoS via oversized headers
2425
"python-socketio>=5.14.0", # CVE-2025-61765: RCE via pickle deserialization
26+
=======
27+
"pyasn1>=0.6.4", # CVE-2026-30922: DoS via unbounded recursion
28+
"pydantic-settings>=2.14.2",
29+
"python-engineio>=4.13.2",
30+
"python-multipart>=0.0.31", # CVE-2026-40347: header injection; CVE-2026-42561: DoS via oversized headers
31+
"python-socketio>=5.16.2", # CVE-2025-61765: RCE via pickle deserialization
32+
>>>>>>> d6e92423 (fix: bump pyasn1 for CVE-2026-59885 (#6330))
2533
"requests>=2.34.2",
2634
"setuptools<81", # milvus-lite imports pkg_resources; setuptools 81+ removes it
2735
"starlette>=1.0.1", # CVE-2026-48710

uv.lock

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)