Merge pull request #86 from dubzzz/patch-1

Adding fast-check into the list of known fuzzers
This commit is contained in:
Mohammed A Imran 2023-07-03 17:16:19 +08:00 committed by GitHub
commit 023959ea57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) - A coverage-guided, in-process fuzzer for the Java Virtual Machine based on libFuzzer.
[fast-check](https://fast-check.dev/) - A fuzzer tool written in TypeScript and designed to run un-expected inputs against JavaScript code.
### Taint Analysis
*How user input affects the execution*