Explore >> Select a destination


You are here

words.filippo.io
| | www.openssl.org
9.3 parsecs away

Travel
| | Today we published an advisory about CVE-2022-3786 (X.509 Email Address Variable Length Buffer Overflow) and CVE-2022-3602 (X.509 Email Address 4-
| | thomastrapp.com
22.5 parsecs away

Travel
| | How to use libseccomp to reduce the attack surface within an application written in C++, providing a whitelist of permitted system calls to the seccomp interface of the Linux kernel.
| | hypothesis.works
14.7 parsecs away

Travel
| | The Encode/Decode invariant One of the simplest types of invariant to find once you move past just fuzzing your code is asserting that two different operations should produce the same result, and one of the simplest instances of that is looking for encode/decode pairs. That is, you have some function that takes a value and encodes it as another value, and another that is supposed to reverse the process. This is ripe for testing with Hypothesis because it has a natural completely defined specification: Encoding and then decoding should be exactly the same as doing nothing. Lets look at a concrete example. Test faster, fix more
| | blog.lohr.dev
49.7 parsecs away

Travel
| A review by a Rust enthusiast