bandit/examples/assert.py
Tim Kelsey 5b8daf0539 Adding a check for the use of Assert
As noted in OSSN-0048, the use of assert to enforce runtime checks is
invalid. Assert should only be used for debug level checks.
http://lists.openstack.org/pipermail/openstack/2015-April/012475.html

This change adds a new category of checks that can run on Assert AST
nodes.

Change-Id: I601d4d9a8d013c63e93dcbe7aa048e6ef87f2616
2015-05-06 14:06:44 +01:00

2 lines
12 B
Python