Skip to content

Commit e21af35

Browse files
gep13AdmiringWorm
authored andcommitted
(#3626) Upgrade 7z to 24.09
This addresses a known CVE with 7-zip: GHSA-2pjx-wvcg-vhr8 (cherry picked from commit c6da67a)
1 parent 00d919a commit e21af35

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/legal/CREDITS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [Contributors](#contributors)
77
- [Third Party Licenses - Development](#third-party-licenses---development)
88
- [Third Party Licenses - Runtime](#third-party-licenses---runtime)
9-
- [7-Zip @ 24.08](#7-zip--2408)
9+
- [7-Zip @ 24.09](#7-zip--2409)
1010
- [AlphaFS @ 2.1.3](#alphafs--213)
1111
- [Checksum @ 0.3.1](#checksum--031)
1212
- [log4net @ 2.0.12](#log4net--2012)
@@ -73,7 +73,7 @@ We would like to credit other super sweet tools/frameworks that aid in the devel
7373
Chocolatey CLI (choco) uses a number of 3rd-party components.
7474
Their details are below.
7575

76-
### 7-Zip @ 24.08
76+
### 7-Zip @ 24.09
7777

7878
Chocolatey uses [7-Zip](http://www.7-zip.org/) for uncompressing archives.
7979
[License terms](http://www.7-zip.org/license.txt):

src/chocolatey.resources/tools/7z.dll

18.5 KB
Binary file not shown.

src/chocolatey.resources/tools/7z.exe

2 KB
Binary file not shown.

src/chocolatey.resources/tools/7zip.license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787

8888

8989
--
90-
Igor Pavlov
90+
Igor Pavlov

tests/pester-tests/BundledApplications.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Describe 'Ensuring correct version of <Name> is installed' -Tag BundledApplications -ForEach @(
44
@{ Name = 'shimgen' ; Version = '2.0.0' ; IsSigned = $true }
55
@{ Name = 'checksum' ; Version = '0.3.1' ; IsSigned = $true }
6-
@{ Name = '7z' ; Version = '24.08' ; IsSigned = $false }
6+
@{ Name = '7z' ; Version = '24.09' ; IsSigned = $false }
77
) {
88
Context '<Name> is correctly installed' {
99
BeforeAll {

0 commit comments

Comments
 (0)