eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py

changeset 7619
ef2b5af23ce7
parent 7616
01d646569115
child 7622
384e2aa5c073
equal deleted inserted replaced
7618:cba5c14bcd5e 7619:ef2b5af23ce7
45 "S201", 45 "S201",
46 46
47 # insecure function calls (blacklisted) 47 # insecure function calls (blacklisted)
48 "S301", "S302", "S303", "S304", "S305", "S306", "S307", "S308", "S309", 48 "S301", "S302", "S303", "S304", "S305", "S306", "S307", "S308", "S309",
49 "S310", "S311", "S312", "S313", "S314", "S315", "S316", "S317", "S318", 49 "S310", "S311", "S312", "S313", "S314", "S315", "S316", "S317", "S318",
50 "S319", "S320", "S321", "S322", "S323", "S325", # TODO: check S324 50 "S319", "S320", "S321", "S322", "S323", "S324",
51
51 # hashlib.new 52 # hashlib.new
52 "S324", 53 "S331",
53 54
54 # insecure imports (blacklisted) 55 # insecure imports (blacklisted)
55 "S401", "S402", "S403", "S404", "S405", "S406", "S407", "S408", "S409", 56 "S401", "S402", "S403", "S404", "S405", "S406", "S407", "S408", "S409",
56 "S410", "S411", "S412", "S413", 57 "S410", "S411", "S412", "S413",
57 58

eric ide

mercurial