From 63db54e7b583d7d9d6e1bf5253899220ba085008 Mon Sep 17 00:00:00 2001 From: Daniel O'Connell <doconn1701@gmail.com> Date: Sun, 18 May 2014 10:53:54 +0100 Subject: [PATCH] Added AV faq --- docs/FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index e3ef4a44f..6b61406ac 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,5 +1,12 @@ # Mongoose FAQ +## My Antivirus Software reports Mongoose as a security threat + +Mongoose doesn't contain any malicious logic. Antivirus reports a +[false positive](http://en.wikipedia.org/wiki/Type_I_and_type_II_errors#False_positive_error). +This is when certain byte sequence in Mongoose accidentally matched +a virus/malware signature in the Antivirus database. + ## Download page doesn't work Please make sure Javascript is enabled in your browser, and that the -- GitLab