2019-05-20 19:20:19 +00:00
|
|
|
homepage: "https://github.com/google/double-conversion"
|
2020-03-10 18:08:01 +00:00
|
|
|
language: c++
|
2019-05-20 19:20:19 +00:00
|
|
|
primary_contact: "florian@loitsch.com"
|
|
|
|
auto_ccs:
|
|
|
|
- "sbucur@google.com"
|
|
|
|
sanitizers:
|
|
|
|
- address
|
|
|
|
- memory
|
|
|
|
- undefined
|
|
|
|
labels:
|
|
|
|
string_to_double_fuzzer:
|
|
|
|
- sundew
|
2019-08-23 15:59:56 +00:00
|
|
|
architectures:
|
|
|
|
- x86_64
|
|
|
|
- i386
|
2020-12-10 16:15:05 +00:00
|
|
|
main_repo: 'https://github.com/google/double-conversion.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
|