mirror of https://github.com/google/oss-fuzz.git
14 lines
297 B
YAML
14 lines
297 B
YAML
homepage: "https://www.lysator.liu.se/~nisse/nettle/"
|
|
language: c++
|
|
primary_contact: guidovranken@gmail.com
|
|
auto_ccs:
|
|
- "nisse@google.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
architectures:
|
|
- x86_64
|
|
- i386
|