File tree 4 files changed +33
-2
lines changed
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.
75
75
76
76
$ gxz -d bigfile.xz
77
77
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.
6
6
7
7
## Reporting a Vulnerability
8
8
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 86
86
87
87
## Log
88
88
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
+
89
94
### 2022-12-12
90
95
91
96
Matt 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