Sun, 18 Feb 2024 17:31:14 +0100
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. ## ###########################################################################