File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.27.1 (2018-07-10)
2
+ ===========================
3
+
4
+ Security Notes
5
+ --------------
6
+
7
+ - rustdoc would execute plugins in the /tmp/rustdoc/plugins directory
8
+ when running, which enabled executing code as some other user on a
9
+ given machine. This release fixes that vulnerability; you can read
10
+ more about this on the [ blog] [ rustdoc-sec ] .
11
+
12
+ Thank you to Red Hat for responsibily disclosing this vulnerability to us.
13
+
14
+ Compatibility Notes
15
+ -------------------
16
+
17
+ - The borrow checker was fixed to avoid an additional potential unsoundness when using
18
+ match ergonomics: [ #51415 ] [ 51415 ] , [ #49534 ] [ 49534 ] .
19
+
20
+ [ 51415 ] : https://github.com/rust-lang/rust/issues/51415
21
+ [ 49534 ] : https://github.com/rust-lang/rust/issues/49534
22
+ [ rustdoc-sec ] : https://blog.rust-lang.org/2018/07/06/security-advisory-for-rustdoc.html
23
+
1
24
Version 1.27.0 (2018-06-21)
2
25
==========================
3
26
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use Build;
24
24
use config:: Config ;
25
25
26
26
// The version number
27
- pub const CFG_RELEASE_NUM : & str = "1.27.0 " ;
27
+ pub const CFG_RELEASE_NUM : & str = "1.27.1 " ;
28
28
29
29
pub struct GitInfo {
30
30
inner : Option < Info > ,
You can’t perform that action at this time.
0 commit comments