src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py

Sun, 18 Feb 2024 17:31:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 18 Feb 2024 17:31:14 +0100
branch
server
changeset 10585
83e5a9a64543
parent 10517
aecd5a8c958c
child 10638
12558008c269
permissions
-rw-r--r--

Improved the remote file system interface to work with 'eric-ide' servers with a different OS than the IDE computer and adapted the code accordingly.

# -*- coding: utf-8 -*-

# Copyright (c) 2020 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the security checker.
"""

###########################################################################
## The security checker is based on Bandit v1.7.6.                       ##
###########################################################################

eric ide

mercurial