mirror of https://github.com/google/oss-fuzz.git
19 lines
278 B
YAML
19 lines
278 B
YAML
|
homepage: "https://github.com/bazelbuild/rules_fuzzing"
|
||
|
language: c++
|
||
|
primary_contact: "test@example.com"
|
||
|
|
||
|
fuzzing_engines:
|
||
|
- libfuzzer
|
||
|
- afl
|
||
|
- honggfuzz
|
||
|
- dataflow
|
||
|
|
||
|
sanitizers:
|
||
|
- address
|
||
|
- undefined
|
||
|
- memory
|
||
|
- dataflow
|
||
|
|
||
|
# This is a test project.
|
||
|
disabled: true
|