Package org.sonar.python.checks.cdk
Class UnrestrictedOutboundCommunicationsCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.cdk.AbstractCdkResourceCheck
-
- org.sonar.python.checks.cdk.UnrestrictedOutboundCommunicationsCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class UnrestrictedOutboundCommunicationsCheck 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringOMITTING_MESSAGEstatic StringUNRESTRICTED_MESSAGE
-
Constructor Summary
Constructors Constructor Description UnrestrictedOutboundCommunicationsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterFqnConsumer()-
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, 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
-
-
-
-
Field Detail
-
OMITTING_MESSAGE
public static final String OMITTING_MESSAGE
- See Also:
- Constant Field Values
-
UNRESTRICTED_MESSAGE
public static final String UNRESTRICTED_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
registerFqnConsumer
protected void registerFqnConsumer()
- Specified by:
registerFqnConsumerin classAbstractCdkResourceCheck
-
-