This commit is contained in:
Paolo Matarazzo 2024-11-08 14:33:07 -05:00
parent 76897fb823
commit 90b1414916
6 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ New:
- [Administrator protection](application-security-application-and-driver-control.md#-administrator-protection)
- [Config Refresh](operating-system-security-system-security.md#-config-refresh)
- [Rust in Windows](operating-system-security-system-security.md#-rust-in-windows)
- [Rust for Windows](operating-system-security-system-security.md#-rust-for-windows)
- [Trusted Signing](application-security-application-and-driver-control.md#-trusted-signing)
- [VBS key protection](identity-protection-advanced-credential-protection.md#-vbs-key-protection)
- [Virtualization-based security enclaves](application-security-application-isolation.md#-virtualization-based-security-enclaves)

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 KiB

After

Width:  |  Height:  |  Size: 555 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

After

Width:  |  Height:  |  Size: 479 KiB

View File

@ -164,7 +164,7 @@ Windows protected print is designed to work with Mopria certified printers only.
- [Windows protected print][LINK-10]
- [New, modern, and secure print experience from Windows][LINK-11]
## :::image type="icon" source="images/new-button-title.svg" border="false"::: Rust in Windows
## :::image type="icon" source="images/new-button-title.svg" border="false"::: Rust for Windows
Rust is a modern programming language known for its focus on safety, performance, and concurrency. It was designed to prevent common programming errors such as null pointer dereferencing and buffer overflows, which can lead to security vulnerabilities and crashes. Rust achieves this through its unique ownership system, which ensures memory safety without needing a garbage collector.
We're expanding the integration of Rust into the Windows kernel to enhance the safety and reliability of Windows' codebase. This strategic move underscores our commitment to adopting modern technologies to improve the quality and security of Windows.