mirror of https://github.com/google/oss-fuzz.git
Add project.yaml for Spicy (#6993)
This commit is contained in:
parent
2c6a7dde49
commit
ed072ea562
|
@ -0,0 +1,18 @@
|
|||
homepage: "https://docs.zeek.org/projects/spicy/en/latest/"
|
||||
language: c++
|
||||
primary_contact: "security@zeek.org"
|
||||
auto_ccs:
|
||||
- "robin@corelight.com"
|
||||
- "johanna@corelight.com"
|
||||
- "tim@corelight.com"
|
||||
- "seth@corelight.com"
|
||||
- "justin@corelight.com"
|
||||
- "vern@corelight.com"
|
||||
- "vlad@es.net"
|
||||
- "benjamin.bannier@corelight.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- honggfuzz
|
||||
sanitizers:
|
||||
- address
|
||||
main_repo: 'https://github.com/zeek/spicy'
|
Loading…
Reference in New Issue