Module: kamailio
Branch: master
Commit: 92353802bb33305e9cb214935271473dd353ad9c
URL:
https://github.com/kamailio/kamailio/commit/92353802bb33305e9cb214935271473…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-03-22T12:42:20+01:00
misc/fuzz: added README.md file with references to useful resources
---
Added: misc/fuzz/README.md
---
Diff:
https://github.com/kamailio/kamailio/commit/92353802bb33305e9cb214935271473…
Patch:
https://github.com/kamailio/kamailio/commit/92353802bb33305e9cb214935271473…
---
diff --git a/misc/fuzz/README.md b/misc/fuzz/README.md
new file mode 100644
index 0000000000..bc0238f56c
--- /dev/null
+++ b/misc/fuzz/README.md
@@ -0,0 +1,14 @@
+# Kamailio OSS Fuzz Integration #
+
+OSS-Fuzz is a free service run by Google that performs continuous fuzzing of
+various open source projects.
+
+ *
https://github.com/google/oss-fuzz
+
+OSS-Fuzz pull request to integrate Kamailio:
+
+ *
https://github.com/google/oss-fuzz/pull/5279
+
+Initial pull request in Kamailio, with additional details:
+
+ *
https://github.com/kamailio/kamailio/pull/2660