--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py Wed Jun 10 17:52:53 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py Wed Jun 10 19:57:25 2020 +0200 @@ -61,6 +61,9 @@ # insecure SSL/TLS protocol version "S502", "S503", "S504", + # weak cryptographic keys + "S505", + # YAML load "S506",