Skip to content

Commit 3bd62d5

Browse files
Merge pull request #29788 from redpanda-data/snyk/cve-2026-0990-libxml2-2.15.2
build/deps: upgrade libxml2 to v2.15.2 (CVE-2026-0990)
2 parents 95d2011 + 15f4119 commit 3bd62d5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

MODULE.bazel.lock

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

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def data_dependency():
100100
http_archive(
101101
name = "libxml2",
102102
build_file = "//bazel/thirdparty:libxml2.BUILD",
103-
sha256 = "546ab74561c040df210c88dbd3c652bf509d826954ab2002c8973f1fa8d10130",
104-
strip_prefix = "libxml2-2.14.6",
105-
url = "https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies/libxml2-v2.14.6.tar.gz",
103+
sha256 = "2769234c4fe2fab9b0b043e891c2af0f1ae51c8d4b94799472981e676ed8009e",
104+
strip_prefix = "libxml2-2.15.2",
105+
url = "https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies/libxml2-v2.15.2.tar.gz",
106106
)
107107

108108
http_archive(

0 commit comments

Comments
 (0)