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:
|
||||
- "security@yandex-team.com"
|
||||
- "kyprizel@gmail.com"
|
||||
- "jakalletti@yandex-team.com"
|
||||
- "jakalletti@gmail.com"
|
||||
- "man2gm@gmail.com"
|
||||
- "kochetovnicolai@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- memory
|
||||
- undefined
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
main_repo: 'https://github.com/ClickHouse/ClickHouse.git'
|
||||
|
|
Loading…
Reference in New Issue