We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966be3c commit 6a68546Copy full SHA for 6a68546
bandit/plugins/tarfile_unsafe_members.py
@@ -10,8 +10,8 @@
10
11
Severity are set as follows:
12
13
-* ``tarfile.extractalll(members=function(tarfile))`` - LOW
14
-* ``tarfile.extractalll(members=?)`` - member is not a function - MEDIUM
+* ``tarfile.extractall(members=function(tarfile))`` - LOW
+* ``tarfile.extractall(members=?)`` - member is not a function - MEDIUM
15
* ``tarfile.extractall()`` - members from the archive is trusted - HIGH
16
17
Use ``tarfile.extractall(members=function_name)`` and define a function
0 commit comments