Package org.sonar.python.checks
Class FlaskHardCodedJWTSecretKeyCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.FlaskHardCodedSecret
-
- org.sonar.python.checks.FlaskHardCodedJWTSecretKeyCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class FlaskHardCodedJWTSecretKeyCheck extends FlaskHardCodedSecret
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Constructor Summary
Constructors Constructor Description FlaskHardCodedJWTSecretKeyCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetSecretKeyKeyword()protected StringgetSecretKeyType()-
Methods inherited from class org.sonar.python.checks.FlaskHardCodedSecret
initialize, isSensitiveProperty
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
-
-
-
Method Detail
-
getSecretKeyKeyword
protected String getSecretKeyKeyword()
- Specified by:
getSecretKeyKeywordin classFlaskHardCodedSecret
-
getSecretKeyType
protected String getSecretKeyType()
- Specified by:
getSecretKeyTypein classFlaskHardCodedSecret
-
-