Skip to content

Commit

Permalink
libunwind: Downgrade xz_utils to mitigate CVE-2024-3094 (#23312)
Browse files Browse the repository at this point in the history
See #23310.
  • Loading branch information
jwillikers committed Mar 30, 2024
1 parent 8cf8e8f commit 96c6de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libunwind/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def layout(self):

def requirements(self):
if self.options.minidebuginfo:
self.requires("xz_utils/5.6.1")
self.requires("xz_utils/5.4.5")
if self.options.zlibdebuginfo:
self.requires("zlib/[>=1.2.11 <2]")

Expand Down

0 comments on commit 96c6de1

Please sign in to comment.