aboutsummaryrefslogtreecommitdiff
path: root/projects/bazel-rules-fuzzing-test/project.yaml
blob: ecb68c69b78d62a052351b2d6adc8ea1cdb79843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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