mirror of https://github.com/google/oss-fuzz.git
Tested with https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F122eb1f3-a362-4767-9d30-b4a0eb1a00fc&project=oss-fuzz&minLogLevel=0&expandAll=false×tamp=2020-01-21T23:39:24.329000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeStart=2020-01-21T22:39:24.581Z&dateRangeEnd=2020-01-21T23:39:24.581Z&interval=PT1H
This commit is contained in:
parent
cbaa1b4762
commit
ba88ba3cfe
|
@ -2,7 +2,13 @@ homepage: "https://github.com/libimobiledevice/libplist"
|
|||
primary_contact: "nikias.bassen@gmail.com"
|
||||
auto_ccs:
|
||||
- "nikias@gmx.li"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
- honggfuzz
|
||||
- dataflow
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- undefined
|
||||
- dataflow
|
||||
|
|
Loading…
Reference in New Issue