Skip to content

Commit

Permalink
Update libwep library to remediate CVE-2023-5129 (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Oct 3, 2023
1 parent b6031c6 commit 87713b7
Show file tree
Hide file tree
Showing 3 changed files with 13,906 additions and 58 deletions.
4 changes: 1 addition & 3 deletions build_scripts/build_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

# OpenCV
pushd third_party/opencv
pushd 3rdparty/libwebp
patch -p1 < ${ROOT_DIR}/patches/opencv-libwebp-CVE-2023-1999.patch
popd
patch -p1 < ${ROOT_DIR}/patches/opencv-libwebp-CVE-2023-5129.patch
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE \
Expand Down
55 changes: 0 additions & 55 deletions patches/opencv-libwebp-CVE-2023-1999.patch

This file was deleted.

Loading

0 comments on commit 87713b7

Please sign in to comment.