Skip to content

Commit

Permalink
Update libvpx to fix security vulnerability
Browse files Browse the repository at this point in the history
libxvpx prior to version 1.13.1 suffers from a buffer overflow
vulnerability, see CVE-2023-5217.
  • Loading branch information
jlaine committed Nov 21, 2023
1 parent 7f9d9c4 commit 967c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run(cmd):
)

# build vpx
extract("vpx", "https://github.com/webmproject/libvpx/archive/v1.11.0.tar.gz")
extract("vpx", "https://github.com/webmproject/libvpx/archive/v1.13.1.tar.gz")
build(
"vpx",
[
Expand Down

0 comments on commit 967c840

Please sign in to comment.