1013
A remote code execution vulnerability has been found in Microslop Notepad
(msrc.microsoft.com)
This is a most excellent place for technology news and articles.
Rolling out AI with the stated purpose of reducing technical debt is just fucking hilarious to me
And honestly, that speaks more to the removal of features on the taskbar than Notepad.
One person could have rewritten Notepad from scratch in C++ in a day and bolted in Markdown in a relatively secure fashion in another 2. I doubt security even hit the requirements list. I'm not against moving windows components to Rust. I've not against losing features here and there to get there, but blatantly ignoring security because it's in Rust is downright stupid.
It stops dangerous memory mistakes by design, forces safe handling of data, and eliminates the most commonly used vulnerabilities in C and C++
It encourages secure design, but that forces people who have been writing C/C++ for years to completely rethink how to do many things they're very proficient at.