mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.21k stars 410 forks source link

Fix (most) Deprecation and Syntax Warnings #530

Closed saegel closed 3 years ago

saegel commented 3 years ago

HI,

this PR fixes several deprecation and syntax warnings (syntax warnings appear from Python 3.8 onwards).

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1274


Changes Missing Coverage Covered Lines Changed/Added Lines %
conpot/protocols/snmp/conpot_cmdrsp.py 2 4 50.0%
<!-- Total: 13 15 86.67% -->
Files with Coverage Reduction New Missed Lines %
conpot/protocols/ftp/ftp_base_handler.py 7 82.15%
conpot/protocols/ftp/ftp_handler.py 14 82.46%
<!-- Total: 21 -->
Totals Coverage Status
Change from base Build 1271: 0.09%
Covered Lines: 5549
Relevant Lines: 7532

💛 - Coveralls
glaslos commented 3 years ago

Nice work, thanks!