aboutsummaryrefslogtreecommitdiff
path: root/projects/hiredis/project.yaml
diff options
context:
space:
mode:
authorAdamKorcz <44787359+AdamKorcz@users.noreply.github.com>2020-12-17 19:38:43 +0000
committerGitHub <noreply@github.com>2020-12-17 11:38:43 -0800
commitb3f128912a37e538e452a290172950f0affca95b (patch)
treefad07c3b46cd83cab80e8361ae7f027e3883df8d /projects/hiredis/project.yaml
parente06d7f0412cfe0c8a15822a7346c413a595f2fd9 (diff)
downloadoss-fuzz-b3f128912a37e538e452a290172950f0affca95b.tar.gz
[Hiredis] Initial integration (#4822)
* [teleport] Initial integration * Minor update to run tests again * [Hiredis] Initial integration * Added maintainer email and slightly updated the build script * Removed empty line
Diffstat (limited to 'projects/hiredis/project.yaml')
-rwxr-xr-xprojects/hiredis/project.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/hiredis/project.yaml b/projects/hiredis/project.yaml
new file mode 100755
index 000000000..9264b769a
--- /dev/null
+++ b/projects/hiredis/project.yaml
@@ -0,0 +1,9 @@
+homepage: "https://github.com/redis/hiredis"
+primary_contact: "michael.grunder@gmail.com"
+language: c
+fuzzing_engines:
+ - libfuzzer
+ - honggfuzz
+auto_ccs:
+ - "Adam@adalogics.com"
+main_repo: "https://github.com/redis/hiredis"