From 59f2102fc640a791e95dc2eb72a2bb0292483d81 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 12 May 2020 20:29:47 +0100 Subject: [PATCH] Add initial revision of a Known Issues wiki page --- Known-Issues.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Known-Issues.md diff --git a/Known-Issues.md b/Known-Issues.md new file mode 100644 index 0000000..748c534 --- /dev/null +++ b/Known-Issues.md @@ -0,0 +1,20 @@ +# Known Barrier issues + +This issues are some of the most common ones reported, and we aim + +(Please feel free to make PRs here [here][wiki_repo]) + +- Some AV software detecting Barrier as malware: + We are aware that some [AV software detects](av_issue) Barrier as + malware. + + Please be rest assured that Barrier _does not_ contain malware in + the source code. However, we cannot guarantee that all channels + where Barrier is distributed are free of malware. + + Please feel free to inspect Barrier's [source code][src_code]. + + +[wiki_repo]: https:/github.com/debauchee/barrier-wiki +[av_issue]: https://github.com/debauchee/barrier/issues/666 +[src_code]: https://github.com/debauchee/barrier.git