Analyze HTTP requests to minimize risks of HTTP Desync attacks (precursor for HTTP request splitting/smuggling). - aws/http-desync-guardian... (more…)
Read more »
Few weeks ago I noticed a blog post “Oxidizing Source Maps with Rust and WebAssembly”
making rounds on Twitter - talking about performance benefits of replacing
plain JavaScript in the core of source-map library with a Rust version
compiled to WebAssembly... (more…)
Read more »
Oracle aims to help improve container deployment and management with a new container runtime and utilities to improve debugging and container builds. (more…)
Read more »
Below is a graphical depiction of moving, copying, and borrowing in the Rust language. Most of these concepts are fairly specific to Rust and are therefore a common stumbling block for many learners. (more…)
Read more »
Getting started with program analysis in Datalog by building a simple backwards symbolic execution engine in DDlog & Rust. (more…)
Read more »