Skip to content

Commit 4f11dce

Browse files
committed
Update README.md and SECURITY.md to address security questions
There has been a supply chain attack against the original xz implementation, [CVE-2024-3094](https://nvd.nist.gov/vuln/detail/CVE-2024-3094). README.md has been updated to clarify that this implementation is not affected. SECURITY.md supports now Github's private security reports.
1 parent f56ebbf commit 4f11dce

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

README.md

+11
Original file line numberDiff line numberDiff 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).

SECURITY.md

+11-2
Original file line numberDiff line numberDiff 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).

TODO.md

+5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
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

9196
Matt Dantay (@bodgit) reported an issue with the LZMA reader. The implementation

doc/relnotes/release-v0.5.12.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)