1homepage: "https://github.com/khaledhosny/ots"
2language: c++
3primary_contact: "dr.khaled.hosny@gmail.com"
4auto_ccs:
5  - "kevin899@gmail.com"
6  - "jfkthame@gmail.com"
7vendor_ccs:
8  - "jmuizelaar@mozilla.com"
9  - "lsalzman@mozilla.com"
10  - "twsmith@mozilla.com"
11fuzzing_engines:
12  - libfuzzer
13  - afl
14  - honggfuzz
15  - dataflow
16sanitizers:
17  - address
18  - undefined
19  - memory
20architectures:
21  - x86_64
22  - i386
23main_repo: 'https://github.com/khaledhosny/ots.git'
24