blob: 3062a9357671bf8a9826e9cf86ea9df8166b8cdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
homepage: "https://opencv.org/"
language: c++
primary_contact: "garybradski@gmail.com"
auto_ccs:
- "alexander.a.alekhin@gmail.com"
- "garybradski@gmail.com"
- "vrabaud@google.com"
- "kusano@google.com"
- "maksim.shabunin@gmail.com"
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
labels:
imdecode_fuzzer:
- sundew
imread_fuzzer:
- sundew
main_repo: 'https://github.com/opencv/opencv.git'
|