mirror of https://github.com/google/oss-fuzz.git
14 lines
219 B
YAML
14 lines
219 B
YAML
|
homepage: "https://github.com/bazelbuild/rules_fuzzing"
|
||
|
language: jvm
|
||
|
primary_contact: "test@example.com"
|
||
|
|
||
|
fuzzing_engines:
|
||
|
- libfuzzer
|
||
|
|
||
|
sanitizers:
|
||
|
- address
|
||
|
- undefined
|
||
|
|
||
|
# This is a test project.
|
||
|
disabled: true
|