GeistHaus
log in · sign up

GitHub - google/atheris

github.com

Contribute to google/atheris development by creating an account on GitHub.

4 pages link to this URL
Fuzzing Python for Correctness: Checking on ChatGPT

One of the biggest issues with LLM-generated code is a lack of trust, mostly stemming from a lack of understanding from not having written it personally, which leads to reduced confidence that the code handles edge cases properly.

0 inbound links article en Posts pythonfuzzingAI
Getting Started with Python Fuzzing Using Atheris

If there’s one tool I like to use to shake some bugs loose fast, it’s fuzz testing. And luckily for Python users, getting started with fuzzing is pretty easy with Atheris.

0 inbound links article en Posts pythonfuzzingcoverage
Introducing Ruzzy, a coverage-guided Ruby fuzzer

Trail of Bits is excited to introduce Ruzzy, a coverage-guided fuzzer for pure Ruby code and Ruby C extensions. Fuzzing helps find bugs in software that processes untrusted input. In pure Ruby, these bugs may result in unexpected exceptions that could lead to denial of service, and in Ruby C extensions, they […]

3 inbound links article en application-securityfuzzingtool-release application-securityfuzzingtool-release