Skip to content

Commit 8dea819

Browse files
committed
Auto merge of #11104 - weihanglo:changelog-mention-cves, r=ehuss
doc(changelog): mention CVE fixes
2 parents 73ba3f3 + 11d3c59 commit 8dea819

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@
6464
[#10784](https://github.com/rust-lang/cargo/pull/10784)
6565

6666
### Fixed
67+
68+
- [CVE-2022-36113](https://github.com/rust-lang/cargo/security/advisories/GHSA-rfj2-q3h3-hm5j):
69+
Extracting malicious crates can corrupt arbitrary files.
70+
[#11089](https://github.com/rust-lang/cargo/pull/11089)
71+
[#11088](https://github.com/rust-lang/cargo/pull/11088)
72+
- [CVE-2022-36114](https://github.com/rust-lang/cargo/security/advisories/GHSA-2hvr-h6gw-qrxp):
73+
Extracting malicious crates can fill the file system.
74+
[#11089](https://github.com/rust-lang/cargo/pull/11089)
75+
[#11088](https://github.com/rust-lang/cargo/pull/11088)
6776
- The `os` output in `cargo --version --verbose` now supports more platforms.
6877
[#10802](https://github.com/rust-lang/cargo/pull/10802)
6978
- Cached git checkouts will now be rebuilt if they are corrupted. This may

0 commit comments

Comments
 (0)