oss-fuzz/projects/uwebsockets/project.yaml

10 lines
311 B
YAML
Raw Normal View History

2019-06-11 13:40:40 +00:00
homepage: "https://github.com/uNetworking/uWebSockets"
language: c++
2019-06-11 13:40:40 +00:00
primary_contact: "alexhultman@gmail.com"
builds_per_day: 4
2019-06-11 13:40:40 +00:00
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
2019-06-11 13:40:40 +00:00
- undefined
main_repo: 'https://github.com/uNetworking/uWebSockets.git'