mirror of https://github.com/google/oss-fuzz.git
Update project.yaml for libpng (#7938)
Update project.yaml Add new `auto_ccs` Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
This commit is contained in:
parent
76b4b0422f
commit
a22ccfcc4f
|
@ -1,6 +1,8 @@
|
|||
homepage: "http://www.libpng.org/pub/png/libpng.html"
|
||||
language: c++
|
||||
primary_contact: "glennrp@gmail.com"
|
||||
auto_ccs:
|
||||
- "barbaro.alberto@gmail.com"
|
||||
vendor_ccs:
|
||||
- "aosmond@mozilla.com"
|
||||
- "tnikkel@mozilla.com"
|
||||
|
@ -10,4 +12,4 @@ sanitizers:
|
|||
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
||||
# - memory
|
||||
- undefined
|
||||
main_repo: 'https://github.com/glennrp/libpng.git'
|
||||
main_repo: 'https://github.com/glennrp/libpng.git'
|
||||
|
|
Loading…
Reference in New Issue