Class RobustCipherAlgorithmCheck

java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.RobustCipherAlgorithmCheck
All Implemented Interfaces:
PythonCheck, PythonFileConsumer, SubscriptionCheck

public class RobustCipherAlgorithmCheck extends PythonSubscriptionCheck
  • Field Details

    • SSL_SET_CIPHERS_FQN

      public static final Set<String> SSL_SET_CIPHERS_FQN
  • Constructor Details

    • RobustCipherAlgorithmCheck

      public RobustCipherAlgorithmCheck()
  • Method Details