Class FlaskHardCodedSecret

java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.FlaskHardCodedSecret
All Implemented Interfaces:
PythonCheck, SubscriptionCheck
Direct Known Subclasses:
FlaskHardCodedJWTSecretKeyCheck, FlaskHardCodedSecretKeyCheck

public abstract class FlaskHardCodedSecret extends PythonSubscriptionCheck
  • Field Details

  • Constructor Details

    • FlaskHardCodedSecret

      public FlaskHardCodedSecret()
  • Method Details

    • getSecretKeyKeyword

      protected abstract String getSecretKeyKeyword()
    • getSecretKeyType

      protected abstract String getSecretKeyType()
    • initialize

      public void initialize(SubscriptionCheck.Context context)
    • isSensitiveProperty

      protected boolean isSensitiveProperty(Expression expression)