File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Please have a look at the [contributions file][contributing].
241241[ 3-Clause BSD License] ( https://opensource.org/license/bsd-3-clause/ ) , also known as the New BSD License. See the [ LICENSE file] [ license ] .
242242
243243> [ !NOTE]
244- > There are two special case files located in the ` fuzzzing/ ` directory that are licensed differently:
244+ > There are two special case files located in the [ ` fuzzzing/ ` directory] ( ./fuzzing ) that are licensed differently:
245245>
246246> ` fuzz_config.py ` and ` fuzz_tree.py ` were migrated here from the OSS-Fuzz project repository where they were initially
247247> created and retain the original licence and copyright notice (Apache License, Version 2.0 and Copyright 2023 Google
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Contains Python files for each fuzz test.
8080### Dictionaries (` dictionaries/ ` )
8181
8282Provides hints to the fuzzing engine about inputs that might trigger unique code paths. Each fuzz target may have a
83- corresponding ` .dict ` file. For details on how these are used , refer
84- to the [ LibFuzzer documentation on the subject] ( https://llvm.org/docs/LibFuzzer.html#dictionaries ) .
83+ corresponding ` .dict ` file. For information about dictionary syntax , refer to
84+ the [ LibFuzzer documentation on the subject] ( https://llvm.org/docs/LibFuzzer.html#dictionaries ) .
8585
8686** Things to Know** :
8787
@@ -92,7 +92,7 @@ to the [LibFuzzer documentation on the subject](https://llvm.org/docs/LibFuzzer.
9292 existing file here.
9393- Development or updates to dictionaries should reflect the varied formats and edge cases relevant to the
9494 functionalities under test.
95- - Example dictionaries (some of which are used to build the default dictionaries mentioned above) are can be found here:
95+ - Example dictionaries (some of which are used to build the default dictionaries mentioned above) can be found here:
9696 - [ AFL++ dictionary repository] ( https://github.com/AFLplusplus/AFLplusplus/tree/stable/dictionaries#readme )
9797 - [ Google/fuzzing dictionary repository] ( https://github.com/google/fuzzing/tree/master/dictionaries )
9898
You can’t perform that action at this time.
0 commit comments