Kenne ich jemanden in #Berlin, der heute beim #Neil Young Konzert an der #Waldbรผhne ist und Lust auf ein Treffen hat?
#NeilYoung #rusties

โœจ DG OPINION ON SAFETY FOR ISO C++

From the paper: ๐Ÿ‘€

๐Ÿชฒ "We believe we should not force safety on everyone, especially
those who donโ€™t need or want it."

๐Ÿฆ€ "Rust, originally from Mozilla, built on top of C++ became the poster child of a safe browser language"

๐Ÿฆ€"Newer languages have less vulnerabilities because they have not
been through the test of time. Today, even RUST has had vulnerabilities discovered recently
[Rust2][Rust3][Rust4] and time will expose more vulnerabilities and weaknesses for general use."

Source:
https://www.reddit.com/r/rust/comments/10gi09w/dg_opinion_on_safety_for_iso_c/

#rust #rustlang #rusties #rustaceans #cpp #cplusplus #programming #infosec #rustacean

DG Opinion on Safety for ISO C++

Posted in r/rust by u/small_kimono โ€ข 11 points and 8 comments

reddit

๐Ÿฆ€ +๐Ÿ

#Granian: Rust HTTP server for Python applications

๐Ÿ‘‰ Supports ASGI/3,RSGI and WSGI

๐Ÿ‘‰ HTTP 1 & 2 protocols

๐Ÿ‘‰Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

https://github.com/emmett-framework/granian

#rustlang #python #rusties #rustaceans #rust

GitHub - emmett-framework/granian: A Rust HTTP server for Python applications

A Rust HTTP server for Python applications. Contribute to emmett-framework/granian development by creating an account on GitHub.

GitHub

โœจ Introducing sqlite-xsv: The Fastest CSV Parser for SQLite

๐Ÿ‘‰ New SQLite extension for querying CSVs,TSVs,and other-SVs,written in Rust

๐Ÿ‘‰ Querying gzip'ed & zstd compressed files directly

https://github.com/asg017/sqlite-xsv

https://observablehq.com/@asg017/introducing-sqlite-xsv

#rustlang #rust #rustaceans #rusties

GitHub - asg017/sqlite-xsv: the fastest CSV SQLite extension, written in Rust

the fastest CSV SQLite extension, written in Rust. Contribute to asg017/sqlite-xsv development by creating an account on GitHub.

GitHub

๐Ÿฆ€ ๐Ÿชฒ Watch out for DoS Vulnerability when using Rustโ€™s popular Hyper package

๐Ÿ‘‰ Forgetting to set proper limits on HTTP requests

๐Ÿ‘‰ Up to developers that rely on Hyper to implement size check in their own code

https://jfrog.com/blog/watch-out-for-dos-when-using-rusts-popular-hyper-package/

#infosec #AppSec #rustlang #rustaceans #rusties #rust

Rust Hyper - Potential DoS Vulnerability

The JFrog Security Research team is constantly looking for new and previously unknown vulnerabilities and security issues in popular open-source projects to help improve their security posture and defend the wider software supply chain. As part of this effort, we recently discovered and disclosed multiple vulnerabilities in popular Rust projects such as Axum, Salvo and โ€ฆ

JFrog

๐Ÿฆ€ Supporting the Use of Rust in the Chromium Project

๐Ÿ‘‰ a simpler (no IPC) and safer

๐Ÿ‘‰ Less complex C++ overall, no memory safety bugs

๐Ÿ‘‰ Speed up development (less code to write)

https://security.googleblog.com/2023/01/supporting-use-of-rust-in-chromium.html

#rust #rustlang #rustaceans #rusties #rustacean

Supporting the Use of Rust in the Chromium Project

Posted by Dana Jansens (she/her), Chrome Security Team We are pleased to announce that moving forward, the Chromium project is going to s...

Google Online Security Blog

๐Ÿฆ€ Security issue #Rust

๐Ÿ‘‰ Cargo didn't perform SSH host key verification when cloning indexes and dependencies via SSH

๐Ÿ‘‰ An attacker could exploit this to perform man-in-the-middle attacks

๐Ÿ‘‰ Cargo before 1.66.1 vulnerable

https://blog.rust-lang.org/2023/01/10/cve-2022-46176.html

#rustlang #rustaceans #rusties #rustacean #infosec

Security advisory for Cargo (CVE-2022-46176) | Rust Blog

Empowering everyone to build reliable and efficient software.

๐Ÿฆ€ Did you know you can run Rust code one by one just like Python with an interactive REPL?

cargo install evcxr_repl

https://crates.io/crates/evcxr_repl

#rust #rustlang #rustaceans #rustacean #rusties #python

crates.io: Rust Package Registry

๐Ÿฆ€ Rust: Memory Safe Languages in Android 13 ( post by @jeffvanderstoep)

๐Ÿ‘‰ To date, there have been zero memory safety vulnerabilities discovered in Androidโ€™s Rust code

๐Ÿ‘‰ In Android 13, about 21% of all new native code is in Rust

๐Ÿ‘‰ Migrated VM firmware in the Android Virtualization Framework to Rust

https://security.googleblog.com/2022/12/memory-safe-languages-in-android-13.html


#infosec #androidsecurity #memorysafety #exploits #rust #rustlang #rustaceans #rusties

Memory Safe Languages in Android 13

Posted by Jeffrey Vander Stoep For more than a decade, memory safety vulnerabilities have consistently represented more than 65% of vulne...

Google Online Security Blog