mirror of https://github.com/google/oss-fuzz.git
Updated a list of maintainers and enable all the sanitizers (#6299)
* first * Update project.yaml * Enable all sanitizers * Enable coverage with sanitizers * Update project.yaml * Update build.sh
This commit is contained in:
parent
d5bc81af43
commit
4d63aa0efa
|
@ -4,12 +4,13 @@ primary_contact: "clickhouse-feedback@yandex-team.com"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- "security@yandex-team.com"
|
- "security@yandex-team.com"
|
||||||
- "kyprizel@gmail.com"
|
- "kyprizel@gmail.com"
|
||||||
- "jakalletti@yandex-team.com"
|
|
||||||
- "jakalletti@gmail.com"
|
- "jakalletti@gmail.com"
|
||||||
|
- "man2gm@gmail.com"
|
||||||
|
- "kochetovnicolai@gmail.com"
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- memory:
|
- memory
|
||||||
experimental: True
|
- undefined
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
main_repo: 'https://github.com/ClickHouse/ClickHouse.git'
|
main_repo: 'https://github.com/ClickHouse/ClickHouse.git'
|
||||||
|
|
Loading…
Reference in New Issue