aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Johanna <johanna@icir.org>2021-12-14 18:58:32 +0000
committerGravatar GitHub <noreply@github.com>2021-12-14 13:58:32 -0500
commited072ea56296c6bd7bf6ce9951a59c560241a18d (patch)
tree58b7273cdb0c0295feb3f233058aa35bfd5fdc6f
parent2c6a7dde490d6b6041cce73401c4313976e8a979 (diff)
Add project.yaml for Spicy (#6993)
-rw-r--r--projects/spicy/project.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/projects/spicy/project.yaml b/projects/spicy/project.yaml
new file mode 100644
index 00000000..a2f2a269
--- /dev/null
+++ b/projects/spicy/project.yaml
@@ -0,0 +1,18 @@
+homepage: "https://docs.zeek.org/projects/spicy/en/latest/"
+language: c++
+primary_contact: "security@zeek.org"
+auto_ccs:
+ - "robin@corelight.com"
+ - "johanna@corelight.com"
+ - "tim@corelight.com"
+ - "seth@corelight.com"
+ - "justin@corelight.com"
+ - "vern@corelight.com"
+ - "vlad@es.net"
+ - "benjamin.bannier@corelight.com"
+fuzzing_engines:
+ - libfuzzer
+ - honggfuzz
+sanitizers:
+ - address
+main_repo: 'https://github.com/zeek/spicy'