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(): |