We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a743858 commit 3aaa2b0Copy full SHA for 3aaa2b0
bandit/formatters/xml.py
@@ -33,8 +33,6 @@
33
New field `CWE` added to output
34
35
"""
36
-# This future import is necessary here due to the xml import below on Python
37
-# 2.7
38
import logging
39
import sys
40
from xml.etree import cElementTree as ET
bandit/plugins/exec.py
@@ -19,7 +19,7 @@
19
CWE: CWE-78 (https://cwe.mitre.org/data/definitions/78.html)
20
Location: ./examples/exec.py:2
21
1 exec("do evil")
22
- 2 exec "do evil"
+
23
24
.. seealso::
25
0 commit comments