mirror of https://github.com/google/oss-fuzz.git
16 lines
342 B
YAML
16 lines
342 B
YAML
homepage: "https://open62541.org/"
|
|
language: c++
|
|
primary_contact: "Stefan.Profanter@gmail.com"
|
|
auto_ccs:
|
|
- "julius.pfrommer@gmail.com"
|
|
- "chris_paul.iatrou@tu-dresden.de"
|
|
- "ari.breitkreuz@gmail.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
main_repo: 'https://github.com/open62541/open62541.git'
|