fuzzingbook icon indicating copy to clipboard operation
fuzzingbook copied to clipboard

Project page for "The Fuzzing Book"

Results 51 fuzzingbook issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

**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...

dependencies

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...

dependencies

**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. ![MicrosoftTeams-image](https://user-images.githubusercontent.com/1767219/149874181-799d8af2-db12-40a9-9289-33eeafd628da.png) 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.. ![Image Pasted at 2022-1-4 21-37](https://user-images.githubusercontent.com/8246142/148222090-f2797b5d-bd46-4723-bf40-71ebd8bed54b.jpg)

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...