Skip to content

Commit 6a68546

Browse files
authored
Fix typos (#1305)
1 parent 966be3c commit 6a68546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bandit/plugins/tarfile_unsafe_members.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
Severity are set as follows:
1212
13-
* ``tarfile.extractalll(members=function(tarfile))`` - LOW
14-
* ``tarfile.extractalll(members=?)`` - member is not a function - MEDIUM
13+
* ``tarfile.extractall(members=function(tarfile))`` - LOW
14+
* ``tarfile.extractall(members=?)`` - member is not a function - MEDIUM
1515
* ``tarfile.extractall()`` - members from the archive is trusted - HIGH
1616
1717
Use ``tarfile.extractall(members=function_name)`` and define a function

0 commit comments

Comments
 (0)