fuzzingbook
fuzzingbook copied to clipboard
Project page for "The Fuzzing Book"
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
**Is your feature request related to a problem? Please describe.** The control flow graph (CFG) that is returned by the `gen_cfg` function does not cover certain program statements, such as...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** Getting a model is not available error when using the ConcolicFuzzer **To Reproduce** Steps to reproduce the behavior: 1. Initialize the concolic fuzzer 2. Write a simple...
**Describe the bug** The missing dependency of "markdown" in the docker file will result exceptions when importing "bookutils" **Fix** Adding pip markdown in Dockerfile.  I uploaded a fixed image...
Originally posted by Vinay: > Hi, I noticed that in the GreyboxGrammarFuzzing notebook, in the Synopsis, all fuzzed outputs with the LangFuzzer are identical.. 
When constructing the GrammarFuzzer, the developer has now the chance to set conv=True in order for a provided EBNF grammar to be converted to a BNF grammar that the GrammarFuzzer...
**Describe the bug** The included dockerfile fails to build. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repository 2. `cd deploy` 3. `make build-publish` 4. Step 13 `RUN...