Package org.sonar.python.checks
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssueNested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract Stringvoidinitialize(SubscriptionCheck.Context context) protected booleanisSensitiveProperty(Expression expression) Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
Field Details
-
SECONDARY_LOCATION_MESSAGE
- See Also:
-
-
Constructor Details
-
FlaskHardCodedSecret
public FlaskHardCodedSecret()
-
-
Method Details
-
getSecretKeyKeyword
-
getSecretKeyType
-
initialize
-
isSensitiveProperty
-