Explore >> Select a destination


You are here

opensource.googleblog.com
| | guidovranken.com
3.6 parsecs away

Travel
| | ChatGPT says: Who is Guido Vranken? Guido Vranken is a software engineer and security researcher known for his work in fuzz testing, a technique used to find bugs and vulnerabilities in software programs by feeding them large amounts of random data. He has been credited with discovering numerous security vulnerabilities in widely used software, including...
| | www.isc.org
2.3 parsecs away

Travel
| | Open source software information, blogs, events, downloads and support
| | blog.trailofbits.com
2.5 parsecs away

Travel
| | By Matt Schwager Deserializing, decoding, and processing untrusted input are telltale signs that your project would benefit from fuzzing. Yes, even Python projects. Fuzzing helps reduce bugs in high-assurance software developed in all programming languages. Fortunately for the Python ecosystem, Google has released Atheris, a coverage-guided fuzzer for both pure Python code and Python C
| | bloeys.com
23.8 parsecs away

Travel
| In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.