File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 19
19
## Cargo 1.64 (2022-09-22)
20
20
[ a5e08c47...rust-1.64.0] ( https://github.com/rust-lang/cargo/compare/a5e08c47...rust-1.64.0 )
21
21
22
+ ### ⚠️ Fixes of security vulnerabilities
23
+
24
+ - [ CVE-2022 -36113: Extracting malicious crates can corrupt arbitrary files] ( https://github.com/rust-lang/cargo/security/advisories/GHSA-rfj2-q3h3-hm5j )
25
+ - [ CVE-2022 -36114: Extracting malicious crates can fill the file system] ( https://github.com/rust-lang/cargo/security/advisories/GHSA-2hvr-h6gw-qrxp )
26
+
27
+ For more information, please read
28
+ [ "Security advisories for Cargo (CVE-2022 -36113, CVE-2022 -36114)"] ( https://blog.rust-lang.org/2022/09/14/cargo-cves.html )
29
+ on the official Rust blog.
30
+
22
31
### Added
23
32
24
33
- 🎉 Packages can now inherit settings from the workspace so that the settings
64
73
[ #10784 ] ( https://github.com/rust-lang/cargo/pull/10784 )
65
74
66
75
### Fixed
76
+
77
+ - [ CVE-2022 -36113] ( https://github.com/rust-lang/cargo/security/advisories/GHSA-rfj2-q3h3-hm5j ) :
78
+ Extracting malicious crates can corrupt arbitrary files.
79
+ [ #11089 ] ( https://github.com/rust-lang/cargo/pull/11089 )
80
+ [ #11088 ] ( https://github.com/rust-lang/cargo/pull/11088 )
81
+ - [ CVE-2022 -36114] ( https://github.com/rust-lang/cargo/security/advisories/GHSA-2hvr-h6gw-qrxp ) :
82
+ Extracting malicious crates can fill the file system.
83
+ [ #11089 ] ( https://github.com/rust-lang/cargo/pull/11089 )
84
+ [ #11088 ] ( https://github.com/rust-lang/cargo/pull/11088 )
67
85
- The ` os ` output in ` cargo --version --verbose ` now supports more platforms.
68
86
[ #10802 ] ( https://github.com/rust-lang/cargo/pull/10802 )
69
87
- Cached git checkouts will now be rebuilt if they are corrupted. This may
You can’t perform that action at this time.
0 commit comments