comparison: src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py
- branch
- eric7
- changeset 9325
- 8157eb19aba5
- parent 9209
- b99e7fd55fd3
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Package implementing the security checker. |
7 Package implementing the security checker. |
8 """ |
8 """ |
|
9 |
|
10 # |
|
11 # The security checker is based on Bandit v1.7.5 |
|
12 # |