aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/samba
diff options
context:
space:
mode:
authorGravatar Douglas Bagnall <douglas@halo.gen.nz>2019-12-07 05:36:20 +1300
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-12-06 08:36:20 -0800
commitc4579d9358a73ea5dbcc99cb985de1f2bf76dcf7 (patch)
tree441287d0213b790fbc375a51adb7b5d3b596f682 /projects/samba
parent6cb657fe6a92ce05df5595da90e17c99ea17a041 (diff)
[samba] Add Samba project (#2993)
Diffstat (limited to 'projects/samba')
-rw-r--r--projects/samba/Dockerfile22
-rw-r--r--projects/samba/project.yaml9
2 files changed, 31 insertions, 0 deletions
diff --git a/projects/samba/Dockerfile b/projects/samba/Dockerfile
new file mode 100644
index 00000000..d4223861
--- /dev/null
+++ b/projects/samba/Dockerfile
@@ -0,0 +1,22 @@
+# Copyright 2019 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.
+#
+################################################################################
+
+FROM gcr.io/oss-fuzz-base/base-builder
+
+RUN git clone https://git.samba.org/samba.git samba
+RUN samba/lib/fuzzing/oss-fuzz/build_image.sh
+
+WORKDIR /home/samba
diff --git a/projects/samba/project.yaml b/projects/samba/project.yaml
new file mode 100644
index 00000000..e5c94bec
--- /dev/null
+++ b/projects/samba/project.yaml
@@ -0,0 +1,9 @@
+homepage: "https://samba.org"
+primary_contact: "douglas.bagnall@catalyst.net.nz"
+auto_ccs:
+ - "abartlet+google@catalyst.net.nz"
+ - "cryptomilk@gmail.com"
+sanitizers:
+ - address
+ - undefined
+help_url: "https://wiki.samba.org/index.php/Fuzzing"