mirror of https://github.com/google/oss-fuzz.git
initial libyuv project.yaml (#4282)
Co-authored-by: toseven <Byone.heng@gmail.com>
This commit is contained in:
parent
66acceccd5
commit
ea7fddf6c8
|
@ -0,0 +1,13 @@
|
||||||
|
homepage: "https://chromium.googlesource.com/libyuv/libyuv/"
|
||||||
|
language: c++
|
||||||
|
primary_contact: "mikhal@webrtc.org"
|
||||||
|
auto_ccs:
|
||||||
|
- "fbarchard@google.com"
|
||||||
|
- "frkoenig@google.com"
|
||||||
|
fuzzing_engines:
|
||||||
|
- libfuzzer
|
||||||
|
- afl
|
||||||
|
sanitizers:
|
||||||
|
- address
|
||||||
|
- memory
|
||||||
|
- undefined
|
Loading…
Reference in New Issue