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
public class PublicApiIsSecuritySensitiveCheck extends AbstractCdkResourceCheck
-
-
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 PublicApiIsSecuritySensitiveCheck()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Predicate<Expression>isCallExpression()protected voidregisterFqnConsumer()voidscanFile(PythonVisitorContext visitorContext)-
Methods inherited from class org.sonar.python.checks.cdk.AbstractCdkResourceCheck
checkFqn, checkFqns, initialize, visitNode
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile
-
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
-
scanFile
public void scanFile(PythonVisitorContext visitorContext)
- Specified by:
scanFilein interfacePythonCheck- Overrides:
scanFilein classPythonSubscriptionCheck
-
registerFqnConsumer
protected void registerFqnConsumer()
- Specified by:
registerFqnConsumerin classAbstractCdkResourceCheck
-
isCallExpression
public static Predicate<Expression> isCallExpression()
-
-