Package org.sonar.python.checks.cdk
Class PublicApiIsSecuritySensitiveCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.cdk.AbstractCdkResourceCheck
org.sonar.python.checks.cdk.PublicApiIsSecuritySensitiveCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate<Expression>protected voidvoidscanFile(PythonVisitorContext visitorContext) Methods inherited from class org.sonar.python.checks.cdk.AbstractCdkResourceCheck
checkFqn, checkFqns, initialize, visitNodeMethods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFileMethods 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
-
Constructor Details
-
PublicApiIsSecuritySensitiveCheck
public PublicApiIsSecuritySensitiveCheck()
-
-
Method Details
-
scanFile
- Specified by:
scanFilein interfacePythonCheck- Overrides:
scanFilein classPythonSubscriptionCheck
-
registerFqnConsumer
protected void registerFqnConsumer()- Specified by:
registerFqnConsumerin classAbstractCdkResourceCheck
-
isCallExpression
-