File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,14 @@ To decompress it use the following command.
7575
7676 $ gxz -d bigfile.xz
7777
78+ ## Security & Vulnerabilities
79+
80+ The security policy is documented in [ SECURITY.md] ( SECURITY.md ) .
81+
82+ The software is not affected by the supply chain attack on the original xz
83+ implementation, [ CVE-2024 -3094] ( https://nvd.nist.gov/vuln/detail/CVE-2024-3094 ) .
84+ This implementation doesn't share any files with the original xz implementation
85+ and no patches or pull requests are accepted without a review.
86+
87+ All security advisories for this project are published under
88+ [ github.com/ulikunitz/xz/security/advisories] ( https://github.com/ulikunitz/xz/security/advisories?state=published ) .
Original file line number Diff line number Diff line change @@ -6,5 +6,14 @@ Currently the last minor version v0.5.x is supported.
66
77## Reporting a Vulnerability
88
9- Report a vulnerability by creating a Github issue at
10- < https://github.com/ulikunitz/xz/issues > . Expect a response in a week.
9+ You can privately report a vulnerability following this
10+ [ procedure] ( https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability ) .
11+ Alternatively you can create a Github issue at
12+ < https://github.com/ulikunitz/xz/issues > .
13+
14+ In both cases expect a response in at least 7 days.
15+
16+ ## Security Advisories
17+
18+ All security advisories for this project are published under
19+ [ github.com/ulikunitz/xz/security/advisories] ( https://github.com/ulikunitz/xz/security/advisories?state=published ) .
Original file line number Diff line number Diff line change 8686
8787## Log
8888
89+ ### 2024-04-03
90+
91+ Release v0.5.12 updates README.md and SECURITY.md to address the supply chain
92+ attack on the original xz implementation.
93+
8994### 2022-12-12
9095
9196Matt Dantay (@bodgit ) reported an issue with the LZMA reader. The implementation
Original file line number Diff line number Diff line change 1+ # Release Notes v0.5.12
2+
3+ This release updates README.md and SECURITY.md to address questions regarding
4+ the supply chain attack against the original xz implementation.
5+
6+ Thanks github user @rfay for the raising the issue.
You can’t perform that action at this time.
0 commit comments