aboutsummaryrefslogtreecommitdiff
path: root/projects/libpcap/project.yaml
blob: d9c1e433c934e143fc3b13398d32fa45e8b1932c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
homepage: "https://www.tcpdump.org"
language: c++
primary_contact: "security@tcpdump.org"
auto_ccs :
  - "p.antoine@catenacyber.fr"
  - "infra.station@gmail.com"
  - "guy@alum.mit.edu"
fuzzing_engines:
  - libfuzzer
  - afl
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - memory
  - undefined
  - dataflow
main_repo: 'https://github.com/the-tcpdump-group/libpcap.git'