Tag: memory safety

  • Simon Willison’s Weblog: Chromium Docs: The Rule Of 2

    Source URL: https://simonwillison.net/2025/Aug/11/the-rule-of-2/ Source: Simon Willison’s Weblog Title: Chromium Docs: The Rule Of 2 Feedly Summary: Chromium Docs: The Rule Of 2 Alex Russell pointed me to this principle in the Chromium security documentation as similar to my description of the lethal trifecta. First added in 2019, the Chromium guideline states: When you write code…

  • Slashdot: New NSA/CISA Report Again Urges the Use of Memory-Safe Programming Language

    Source URL: https://it.slashdot.org/story/25/06/29/1956256/new-nsacisa-report-again-urges-the-use-of-memory-safe-programming-language?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: New NSA/CISA Report Again Urges the Use of Memory-Safe Programming Language Feedly Summary: AI Summary and Description: Yes Summary: The report from CISA and NSA emphasizes the critical importance of adopting memory-safe programming languages to enhance software security and reduce vulnerabilities. It outlines both the benefits and challenges associated…

  • Slashdot: ‘Rust is So Good You Can Get Paid $20K to Make It as Fast as C’

    Source URL: https://developers.slashdot.org/story/25/05/18/0257255/rust-is-so-good-you-can-get-paid-20k-to-make-it-as-fast-as-c?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: ‘Rust is So Good You Can Get Paid $20K to Make It as Fast as C’ Feedly Summary: AI Summary and Description: Yes Summary: The Prossimo project aims to enhance Internet security through the development of the rav1d AV1 decoder using Rust, which focuses on memory safety. While the…

  • The Register: Sudo-rs make me a sandwich, hold the buffer overflows

    Source URL: https://www.theregister.com/2025/05/08/ubuntu_2510_makes_rusk_sudo_default/ Source: The Register Title: Sudo-rs make me a sandwich, hold the buffer overflows Feedly Summary: Ubuntu 25.10 fitted with Rust-written admin tool by default for memory safety’s sake Canonical’s Ubuntu 25.10 is set to make sudo-rs, a Rust-based rework of the classic sudo utility, the default – part of a push to…

  • Slashdot: Memory-Safe Sudo To Become the Default In Ubuntu

    Source URL: https://news.slashdot.org/story/25/05/06/213254/memory-safe-sudo-to-become-the-default-in-ubuntu?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Memory-Safe Sudo To Become the Default In Ubuntu Feedly Summary: AI Summary and Description: Yes Summary: The text discusses the adoption of sudo-rs, a memory-safe implementation of the sudo utility, by Ubuntu 25.10. This move signifies an important step in enhancing the security and resilience of system software, particularly…

  • Hacker News: Taming the UB Monsters in C++

    Source URL: https://herbsutter.com/2025/03/30/crate-training-tiamat-un-calling-cthulhutaming-the-ub-monsters-in-c/ Source: Hacker News Title: Taming the UB Monsters in C++ Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The provided text discusses significant ongoing improvements in the C++ programming language pertaining to software security and undefined behavior (UB). It highlights efforts to enhance C++ by addressing critical vulnerabilities that can lead…

  • Hacker News: Memory Safety for Web Fonts

    Source URL: https://developer.chrome.com/blog/memory-safety-fonts Source: Hacker News Title: Memory Safety for Web Fonts Feedly Summary: Comments AI Summary and Description: Yes Summary: The text details Google’s transition from the FreeType font processing library to Skrifa, a Rust-based alternative, aimed at enhancing security and efficiency within Chrome. This shift emphasizes the importance of memory safety in preventing…

  • The Register: Oracle JDK 24 appears in rare alignment of version and feature count

    Source URL: https://www.theregister.com/2025/03/18/oracle_jdk_24/ Source: The Register Title: Oracle JDK 24 appears in rare alignment of version and feature count Feedly Summary: The 24 JDK Enhancement Proposals in Java 24 represent a stochastic sign Oracle JDK 24 debuted on Tuesday with 24 JDK Enhancement Proposals, or JEPs as they’re known in the Java programming community.… AI…