src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/__init__.py

branch
eric7
changeset 9325
8157eb19aba5
parent 9278
36448ca469c2
child 9485
0f3620304d7a
equal deleted inserted replaced
9324:7f7f3e47b238 9325:8157eb19aba5
21 with the check function and associated message codes. 21 with the check function and associated message codes.
22 22
23 @return dictionary containing list of tuples with checker data 23 @return dictionary containing list of tuples with checker data
24 @rtype dict 24 @rtype dict
25 """ 25 """
26 # TODO: update to bandit v1.7.4
27 checkersDict = collections.defaultdict(list) 26 checkersDict = collections.defaultdict(list)
28 27
29 checkersDirectory = os.path.dirname(__file__) 28 checkersDirectory = os.path.dirname(__file__)
30 checkerModules = [ 29 checkerModules = [
31 os.path.splitext(m)[0] 30 os.path.splitext(m)[0]

eric ide

mercurial