src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py@b47dfa7a137d
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py
Sun, 18 Dec 2022 19:33:46 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 18 Dec 2022 19:33:46 +0100
- branch
- eric7
- changeset 9624
- b47dfa7a137d
- parent 9325
-
8157eb19aba5
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Refactored the Utilities and Globals modules in order to enhance the maintainability.
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the security checker.
"""
#
# The security checker is based on Bandit v1.7.5
#