Updated README

This commit is contained in:
Jamie Finnigan 2014-08-15 07:23:57 -07:00
parent c4b65a0d95
commit 09695be6d7
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,19 @@ Usage:
Exclusions
----------
In the event that a line of code triggers a Bandit issue, but that the line
has been reviewed and the issue is a false positive or acceptable for some
other reason, the line can be marked with a '# nosec' and any results
associated with it will not be reported.
For example, although this line may cause Bandit to report a potential
security issue, it will not be reported:
self.process = subprocess.Popen('/bin/echo', shell=True) # nosec
Vulnerability Tests
------------------
Vulnerability tests are currently defined in files in the plugins/ directory.