mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Fixed-up some language in README.md
This commit is contained in:
parent
0dd7ec9c3c
commit
9651a40525
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ $ gas -exclude=tests* -exclude=*_example.go ./...
|
||||||
|
|
||||||
#### Annotating code
|
#### Annotating code
|
||||||
|
|
||||||
In cases where Gas reports a failure that has been verified as being safe.
|
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.
|
||||||
In these cases it is possible to annotate the code with a '#nosec' comment.
|
|
||||||
The annotation causes Gas to stop processing any further nodes within the
|
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.
|
AST so can apply to a whole block or more granularly to a single expression.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue