mirror of https://github.com/google/oss-fuzz.git
15 lines
277 B
YAML
15 lines
277 B
YAML
|
homepage: "https://github.com/wasm3/wasm3"
|
||
|
main_repo: "https://github.com/wasm3/wasm3"
|
||
|
language: c
|
||
|
primary_contact: "vshymanskyi@gmail.com"
|
||
|
auto_ccs:
|
||
|
- "Adam@adalogics.com"
|
||
|
sanitizers:
|
||
|
- address
|
||
|
- undefined
|
||
|
- memory
|
||
|
fuzzing_engines:
|
||
|
- libfuzzer
|
||
|
- afl
|
||
|
- honggfuzz
|