mirror of
https://github.com/openssh/oss-fuzz
synced 2025-12-05 23:23:00 +00:00
This pr - Removes duplicate extension from sourceFileExtensions - Adds `swift` extension as its a oss-fuzz supported language and there exists a project with .swift extension files. https://github.com/google/oss-fuzz/tree/master/projects/swift-nio
24 lines
283 B
YAML
24 lines
283 B
YAML
allowedCopyrightHolders:
|
|
- 'Google LLC'
|
|
allowedLicenses:
|
|
- 'Apache-2.0'
|
|
sourceFileExtensions:
|
|
- 'ts'
|
|
- 'js'
|
|
- 'java'
|
|
- 'Dockerfile'
|
|
- 'java'
|
|
- 'c'
|
|
- 'h'
|
|
- 'cc'
|
|
- 'cpp'
|
|
- 'css'
|
|
- 'html'
|
|
- 'htm'
|
|
- 'go'
|
|
- 'sh'
|
|
- 'bash'
|
|
- 'rs'
|
|
- 'proto'
|
|
- 'swift'
|