2019-07-13 02:39:18 +00:00
|
|
|
homepage: "https://github.com/google/jsonnet"
|
2020-03-10 18:08:01 +00:00
|
|
|
language: c++
|
2019-07-13 02:39:18 +00:00
|
|
|
primary_contact: "dcunnin@google.com"
|
|
|
|
auto_ccs:
|
2019-07-13 21:38:21 +00:00
|
|
|
- "sparkprime@gmail.com"
|
2019-07-13 02:39:18 +00:00
|
|
|
|
|
|
|
sanitizers:
|
|
|
|
- address
|
2021-08-24 22:24:47 +00:00
|
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
|
|
# - memory
|
2019-07-13 02:39:18 +00:00
|
|
|
- undefined
|
|
|
|
|
|
|
|
labels:
|
|
|
|
convert_jsonnet_fuzzer:
|
|
|
|
- sundew
|
2019-08-22 15:44:03 +00:00
|
|
|
|
|
|
|
architectures:
|
|
|
|
- x86_64
|
|
|
|
- i386
|
2020-12-09 22:49:27 +00:00
|
|
|
main_repo: 'https://github.com/google/jsonnet.git'
|
2022-04-11 03:40:12 +00:00
|
|
|
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
|