From 9651a40525bc0ca313629363217433342ad3b53d Mon Sep 17 00:00:00 2001 From: Robert Clark Date: Wed, 27 Jul 2016 09:36:13 +0100 Subject: [PATCH] Fixed-up some language in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b97cc4..f5b84ac 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ $ gas -exclude=tests* -exclude=*_example.go ./... #### Annotating code -In cases where Gas reports a failure that has been verified as being safe. -In these cases it is possible to annotate the code with a '#nosec' comment. +As with all automated detection tools there will be cases of false positives. In cases where Gas reports a failure that has been manually verified as being safe it is possible to annotate the code with a '#nosec' comment. + The annotation causes Gas to stop processing any further nodes within the AST so can apply to a whole block or more granularly to a single expression.