aboutsummaryrefslogtreecommitdiff
path: root/projects/zlib-ng/project.yaml
diff options
context:
space:
mode:
authorsebpop <sebpop@gmail.com>2018-08-10 17:22:43 -0500
committerMax Moroz <dor3s1@gmail.com>2018-08-10 15:22:43 -0700
commit3e1d680a5c0848d5dc1f730b8fa8c7ed245234fe (patch)
tree39dc5c48c2cb7ead4a3a58c398ea7ba57c89f107 /projects/zlib-ng/project.yaml
parent7bb6714073ab83c26c5dd460eb9bdbf1fa562478 (diff)
downloadoss-fuzz-3e1d680a5c0848d5dc1f730b8fa8c7ed245234fe.tar.gz
[zlib-ng] add zlib-ng project (#1694)
Diffstat (limited to 'projects/zlib-ng/project.yaml')
-rw-r--r--projects/zlib-ng/project.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/projects/zlib-ng/project.yaml b/projects/zlib-ng/project.yaml
new file mode 100644
index 000000000..959f1aab2
--- /dev/null
+++ b/projects/zlib-ng/project.yaml
@@ -0,0 +1,24 @@
+# Copyright 2018 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+################################################################################
+
+homepage: "https://github.com/Dead2/zlib-ng"
+primary_contact: "zlib-ng@circlestorm.org"
+auto_ccs:
+ - "sebpop@gmail.com"
+sanitizers:
+ - address
+ - memory
+ - undefined