mirror of https://github.com/google/oss-fuzz.git
15 lines
327 B
YAML
Executable File
15 lines
327 B
YAML
Executable File
homepage: "https://www.freedesktop.org/wiki/Software/libspectre/"
|
|
language: c++
|
|
primary_contact: "tsdgeos@gmail.com"
|
|
auto_ccs:
|
|
- "randy440088@gmail.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
main_repo: 'https://gitlab.freedesktop.org/libspectre/libspectre.git'
|