Skip to content

Commit 9041d95

Browse files
committed
Update brotli to 1.2.0
Fixes CVE-2025-6176 (HIGH 7.5) - DoS via decompression bomb. Changes from v1.0.9 to v1.2.0: - Security fix for decompression bomb vulnerability - Memory allocation limits during decompression - Various bug fixes and improvements
1 parent acda5e9 commit 9041d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
deps = {
2525
"buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
2626
# "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@1cab871c220744402b887e73ff86aaf8f7f97fa0",
27-
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@6d03dfbedda1615c4cba1211f8d81735575209c8",
27+
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@028fb5a23661f123017c060daa546b55cf4bde29",
2828
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
2929
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
3030
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.

0 commit comments

Comments
 (0)