aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-21 16:04:19 -0800
committerGitHub <noreply@github.com>2020-01-21 16:04:19 -0800
commit26f417c071bc3bc5fc63ee76ba2fc12ec5155613 (patch)
tree07b06c1576121ae14c57932ae237c7fb0e8888cf
parentba88ba3cfe212ed373628e47fe5aa82c320225e6 (diff)
downloadoss-fuzz-26f417c071bc3bc5fc63ee76ba2fc12ec5155613.tar.gz
[libpcap] enable dataflow config (#1632). (#3269)
* [libpcap] enable dataflow config (#1632). Tested with https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F1dd2ae2d-de8e-473a-be47-f5a4d8b91250&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T23:37:48.115000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T23:37:46.301Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:04:23.178909352Z * Update project.yaml
-rw-r--r--projects/libpcap/project.yaml19
1 files changed, 12 insertions, 7 deletions
diff --git a/projects/libpcap/project.yaml b/projects/libpcap/project.yaml
index b0a25ee8a..c7af8df98 100644
--- a/projects/libpcap/project.yaml
+++ b/projects/libpcap/project.yaml
@@ -1,11 +1,16 @@
homepage: "https://www.tcpdump.org"
primary_contact: "security@tcpdump.org"
auto_ccs :
-- "p.antoine@catenacyber.fr"
-- "infra.station@gmail.com"
-- "guy@alum.mit.edu"
-
+ - "p.antoine@catenacyber.fr"
+ - "infra.station@gmail.com"
+ - "guy@alum.mit.edu"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
-- address
-- memory
-- undefined
+ - address
+ - memory
+ - undefined
+ - dataflow