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

branch
eric7
changeset 11297
2c773823fb7d
parent 11147
dee6e106b4d3
equal deleted inserted replaced
11296:2894ef54fe84 11297:2c773823fb7d
11 # This is a modified version of the one found in the bandit package. 11 # This is a modified version of the one found in the bandit package.
12 # 12 #
13 # Original Copyright 2014 Hewlett-Packard Development Company, L.P. 13 # Original Copyright 2014 Hewlett-Packard Development Company, L.P.
14 # 14 #
15 # SPDX-License-Identifier: Apache-2.0 15 # SPDX-License-Identifier: Apache-2.0
16 # ...r\Security\Checks\generalHardcodedTmp.py 16 #
17 17
18 from Security.SecurityDefaults import SecurityDefaults 18 from Security.SecurityDefaults import SecurityDefaults
19 19
20 20
21 def getChecks(): 21 def getChecks():

eric ide

mercurial