aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libpcap/project.yaml
blob: 4f937e22c4774a710f858323c47cbcbc2f1472bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
sanitizers:
  - address
  - memory
  - undefined
main_repo: 'https://github.com/the-tcpdump-group/libpcap.git'