mirror of https://github.com/google/oss-fuzz.git
16 lines
366 B
YAML
16 lines
366 B
YAML
homepage: "https://github.com/apple/swift-protobuf"
|
|
language: swift
|
|
primary_contact: "tkientzle@apple.com"
|
|
auto_ccs :
|
|
- "lukasa@apple.com"
|
|
- "p.antoine@catenacyber.fr"
|
|
- "thomasvl@google.com"
|
|
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
sanitizers:
|
|
- address
|
|
- thread
|
|
coverage_extra_args: -ignore-filename-regex=.*.pb.swift
|
|
main_repo: 'https://github.com/apple/swift-protobuf.git'
|