Hacker News
- Go-fuzz: Randomized testing for Go https://github.com/dvyukov/go-fuzz#go-fuzz-randomized-testing-for-go 5 comments
- Automated feature testing of Verilog parsers using fuzzing https://johnwickerson.wordpress.com/2024/09/09/automated-feature-testing-of-verilog-parsers-using-fuzzing/ 2 comments
- Evaluating Fuzz Testing https://arxiv.org/abs/1808.09700 2 comments
- Evaluating Fuzz Testing https://arxiv.org/abs/1808.09700 10 comments
- Add experimental fuzz test support for Go 1.17 https://github.com/golang/go/issues/44551 30 comments
- Jazzer brings modern fuzz testing to the JVM https://blog.code-intelligence.com/fuzzing-for-jvm-is-now-open-source 23 comments
- Open Sourcing Fuzz Testing Library for JavaScript/Node.js https://github.com/fuzzitdev/jsfuzz 2 comments
Lobsters
- Go proposal to add fuzz testing support https://github.com/golang/go/issues/44551 5 comments go , testing
- GitHub Action for fuzz-testing in CI https://github.com/jidicula/go-fuzz-action 4 comments golang
- "Fuzz-testing for unit-tests", new release of my mutation-testing tool dumbmutate https://github.com/RagnarDa/dumbmutate 7 comments cpp
- Fuzz testing in Rust with Cargo-fuzz https://medium.com/@seasoned_sw/fuzz-testing-in-rust-with-cargo-fuzz-13b89feecc30 11 comments rust
- Writing Effective Go Fuzz Tests https://blog.fuzzbuzz.io/writing-effective-go-fuzz-tests/ 3 comments programming
- Writing Effective Go Fuzz Tests https://blog.fuzzbuzz.io/writing-effective-go-fuzz-tests/ 3 comments golang
- Go Fuzz Testing - The Basics https://blog.fuzzbuzz.io/go-fuzzing-basics/ 8 comments golang
- Go Fuzz Testing - The Basics https://blog.fuzzbuzz.io/go-fuzzing-basics/ 32 comments programming
- Improving Fuzz Testing with Zig Allocators https://www.ryanliptak.com/blog/improving-fuzz-testing-with-zig-allocators/ 5 comments zig
- What Is Fuzz Testing (Fuzzing)? https://halborn.com/what-is-fuzz-testing-fuzzing/ 19 comments cryptocurrency
- Fuzz Test Proposal just accepted https://github.com/golang/go/issues/44551#issuecomment-811607377 13 comments golang
- AdaCore blog - Finding Vulnerabilities using Advanced Fuzz testing and AFLplusplus v3.0 https://blog.adacore.com/advanced-fuzz-testing-with-aflplusplus-3-00 2 comments ada
- Fuzz Testing For Javascript/NodeJS https://github.com/fuzzitdev/jsfuzz 9 comments javascript
- Fuzzing: how to automatically create complex test cases and uncover unknown bugs https://www.welcometothejungle.co/fr/articles/btc-fuzzing-bugs 2 comments programming
- Discovering CVEs with Fuzz Testing https://fuzzit.dev/2019/07/11/discovering-cve-2019-13504-cve-2019-13503-and-the-importance-of-api-fuzzing/ 3 comments cpp
- Fuzz testing Hexml with AFL http://neilmitchell.blogspot.ca/2016/12/fuzz-testing-hexml-with-afl.html 13 comments haskell
- Fuzz Testing with afl-fuzz (American Fuzzy Lop) http://spin.atomicobject.com/2015/08/23/fuzz-testing-american-fuzzy-lop/ 5 comments programming
- Be excited, be very excited (Fuzz testing merged into the tip of master) https://twitter.com/katie_hockman/status/1440082486692773897 15 comments golang
- Fuzzy Thinking: Fuzz Testing and Formal Grammar https://maxhallinan.com/posts/2017/12/09/fuzzy-thinking/ 3 comments elm
- Add Safety to Your Elm JSON Encoders With Fuzz Testing https://www.brianthicks.com/post/2017/04/24/add-safety-to-your-elm-json-encoders-with-fuzz-testing/ 7 comments elm
- Fuzz testing distributed systems with QuickCheck https://blog.pusher.com/fuzz-testing-distributed-systems-with-quickcheck/ 4 comments haskell
- LLVM Adds Options To Do Fuzz Testing http://www.phoronix.com/scan.php?page=news_item&px=llvm-clang-fuzzing 19 comments programming
- Using Nix to Fuzz Test a PDF Parser https://mtlynch.io/nix-fuzz-testing-1/ 2 comments netsec
- From Fuzzing to Proof: Using Kani with the Bolero Property-Testing Framework https://model-checking.github.io/kani-verifier-blog/2022/10/27/using-kani-with-the-bolero-property-testing-framework.html 6 comments rust
- Google urges open source community to fuzz test code https://www.theregister.com/2022/09/08/google_fuzz_rewards/ 3 comments opensource
- Potential $20k reward for BU+automated fuzzing testing from google https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html?m=1 7 comments btc
- proposal: cmd/go: make fuzzing a first class citizen, like tests or benchmarks https://github.com/golang/go/issues/19109 7 comments golang
- Prysm Eth 2.0 Update #46 — “Slasher running & Integrated fuzz testing” https://medium.com/prysmatic-labs/eth-2-0-dev-update-46-slasher-running-integrated-fuzz-testing-6d3647833afc 4 comments ethereum
- Go Interface Fuzzer - automate the boilerplate of fuzz testing Go interfaces. https://blog.pusher.com/go-interface-fuzzer/ 3 comments golang
- The 2021 Python Language Summit: Fuzzing and Testing Python With Properties https://pyfound.blogspot.com/2021/06/the-2021-python-language-summit-fuzzing.html 4 comments python
- Fuzzing tool that lets you test C directly from CLI using 3 commands (open-source) https://www.code-intelligence.com/cli-tool 2 comments c_programming
- GoLand 2022.2 has been released! This version offers new features for generics and go.work. We’ve also added support for fuzz tests. SQL statements are now automatically detected. You can also create WebSocket requests and send GraphQL queries. https://www.jetbrains.com/go/whatsnew/ 27 comments golang
- Latest Week in Ethereum News: Super-majority staking client; Optimism transaction fees ~30% cheaper; Kintsugi testnet finalizes after fuzz testing https://weekinethereumnews.com/week-in-ethereum-news-january-15-2022 8 comments cryptocurrency