mirror of https://github.com/google/oss-fuzz.git
Tested with https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F9e804198-492a-4762-8551-928c66a8b4e1&project=oss-fuzz&minLogLevel=0&expandAll=false×tamp=2020-01-21T23:45:43.424000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T23:43:14.050Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T20:24:16.755968968Z
This commit is contained in:
parent
3edf60511e
commit
f068aedd8d
|
@ -1,8 +1,14 @@
|
||||||
homepage: "https://www.mupdf.com"
|
homepage: "https://www.mupdf.com"
|
||||||
primary_contact: tor.andersson@artifex.com
|
primary_contact: tor.andersson@artifex.com
|
||||||
|
fuzzing_engines:
|
||||||
|
- libfuzzer
|
||||||
|
- afl
|
||||||
|
- honggfuzz
|
||||||
|
- dataflow
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- memory
|
- memory
|
||||||
|
- dataflow
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- jonathan@titanous.com
|
- jonathan@titanous.com
|
||||||
- sebastian.rasmussen@artifex.com
|
- sebastian.rasmussen@artifex.com
|
||||||
|
|
Loading…
Reference in New Issue