]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
readme: reformat some key points about possible security issues
authorPriit Laes <priit.laes@icefire.ee>
Thu, 27 Oct 2016 11:38:28 +0000 (14:38 +0300)
committerVictor Julien <victor@inliniac.net>
Mon, 31 Oct 2016 10:34:14 +0000 (11:34 +0100)
README.md

index 3d60232493a8efd57b8a96a5717f716fbf49a371..5f8847def34e019e49bb5805f5b05f64428ef354 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,13 @@ Contributing
 
 We're happily taking patches and other contributions. Please see https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing for how to get started.
 
-Suricata is a complex piece of software dealing with mostly untrusted input. Mishandling this input will have serious consequences: in IPS mode a crash may knock a network offline; in passive mode a compromise of the IDS may lead to loss of critical and confidential data; missed detection may lead to undetected compromise of the network. In other words, we think the stakes are pretty high, especially since in many common cases the IDS/IPS will be directly reachable by an attacker.
+Suricata is a complex piece of software dealing with mostly untrusted input. Mishandling this input will have serious consequences:
+
+* in IPS mode a crash may knock a network offline;
+* in passive mode a compromise of the IDS may lead to loss of critical and confidential data;
+* missed detection may lead to undetected compromise of the network.
+
+In other words, we think the stakes are pretty high, especially since in many common cases the IDS/IPS will be directly reachable by an attacker.
 
 For this reason, we have developed a QA process that is quite extensive. A consequence is that contributing to Suricata can be a somewhat lengthy process.