2019-08-01 22:37:55 +00:00
|
|
|
homepage: "https://github.com/google/zopfli"
|
2020-03-10 18:08:01 +00:00
|
|
|
language: c++
|
2019-08-01 22:37:55 +00:00
|
|
|
primary_contact: "lode@google.com"
|
|
|
|
sanitizers:
|
|
|
|
- address
|
2021-08-24 22:24:47 +00:00
|
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
|
|
# - memory
|
2019-08-01 22:37:55 +00:00
|
|
|
- undefined
|
2022-04-11 03:40:12 +00:00
|
|
|
main_repo: 'https://github.com/google/zopfli'
|
|
|
|
file_github_issue: True
|
[Rolling out Centipede] Project 11 - 20 (#8802)
Continuing #8801.
The third round of rolling out `Centipede`, which contains the following
10 projects (some are not from within Google):
1. `bloaty`,
2. `double-conversion`,
3. `zopfli`,
4. `guetzli`,
5. `jsonnet`,
6. `astc-encoder`,
7. `piex`,
8. `wuffs`,
9. `arrow`,
10. `myanmar-tools`.
Projects are selected because they are `C++` projects.
2022-10-26 05:59:54 +00:00
|
|
|
fuzzing_engines:
|
|
|
|
- afl
|
|
|
|
- honggfuzz
|
|
|
|
- libfuzzer
|
|
|
|
- centipede
|