aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cpp-httplib/project.yaml
blob: 0c90fa007968600b0a379b916553eff70881a142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
homepage: "https://github.com/yhirose/cpp-httplib"
language: c++
primary_contact: "yuji.hirose.bug@gmail.com"
auto_ccs :
  - "cpp-httplib-oss-fuzz@googlegroups.com"
  - "omkarjadhav@google.com"
  - "hlivingstone@google.com"
  - "kalaskar@google.com"
  - "ankitlohia@google.com"
sanitizers:
  - address
  - dataflow
  - undefined
  - memory
main_repo: 'https://github.com/yhirose/cpp-httplib.git'