mirror of https://github.com/google/oss-fuzz.git
* [wolfssl] enable dataflow config (#1632). Tested with https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2Fe577cd61-fcc2-42bd-90ec-b199371d2682&project=oss-fuzz&minLogLevel=0&expandAll=false×tamp=2020-01-21T23:46:39.985000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T23:43:32.057Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:05:52.366118139Z * Update project.yaml * Update project.yaml
This commit is contained in:
parent
f068aedd8d
commit
ff1441905c
|
@ -5,8 +5,14 @@ auto_ccs:
|
|||
- "kaleb@wolfssl.com"
|
||||
- "levi@wolfssl.com"
|
||||
- "testing@wolfssl.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
- honggfuzz
|
||||
- dataflow
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
- dataflow
|
||||
|
|
Loading…
Reference in New Issue