• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1homepage: "https://github.com/bazelbuild/rules_fuzzing"
2language: jvm
3primary_contact: "test@example.com"
4
5fuzzing_engines:
6  - libfuzzer
7
8sanitizers:
9  - address
10  - undefined
11
12# This is a test project.
13disabled: true
14