Skip to content

Commit a3a180e

Browse files
vineelkomergify[bot]
authored andcommitted
MdeModulePkg: Update Brotli Compress to 1.2.0
# Description Update brotli from v1.0.9 to v1.2.0 https://github.com/google/brotli/releases/tag/v1.2.0 - [ ] Breaking change? - **Breaking change** - Does this PR cause a break in build or boot behavior? - Examples: Does it add a new library class or move a module to a different repo. - [x] Impacts security? - **Security** - Does this PR have a direct security impact? - Fixes CVE-2025-6176 reported in brotli < 1.2.0. - [ ] Includes tests? - **Tests** - Does this PR include any explicit test code? - Examples: Unit tests or integration tests. ## How This Was Tested Verified booting on a virtual platform by compressing/decompressing PEI/DXE sections. ## Integration Instructions NA Signed-off-by: Vineel Kovvuri[MSFT] <[email protected]>
1 parent 6d82549 commit a3a180e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
brotli/c/dec/bit_reader.c
5050
brotli/c/dec/decode.c
5151
brotli/c/dec/huffman.c
52+
brotli/c/dec/prefix.c
5253
brotli/c/dec/state.c
54+
brotli/c/dec/static_init.c
5355
brotli/c/include/brotli/decode.h
5456
brotli/c/include/brotli/port.h
5557
brotli/c/include/brotli/types.h
Submodule brotli updated 266 files
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @file
2+
Include file to support building the third-party brotli.
3+
4+
Copyright (c) Microsoft Corporation.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
6+
7+
**/
8+
9+
#include <brotli/types.h>

0 commit comments

Comments
 (0)