Package org.sonar.python.checks.cdk
Class S3BucketGrantedAccessCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.cdk.AbstractCdkResourceCheck
org.sonar.python.checks.cdk.AbstractS3BucketCheck
org.sonar.python.checks.cdk.S3BucketGrantedAccessCheck
- 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 -
Field Summary
FieldsFields inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
S3_BUCKET_FQN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(SubscriptionCheck.Context context) protected voidMethods inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
registerFqnConsumerMethods inherited from class org.sonar.python.checks.cdk.AbstractCdkResourceCheck
checkFqn, checkFqnsMethods 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
-
MESSAGE_POLICY
- See Also:
-
MESSAGE_GRANT
- See Also:
-
-
Constructor Details
-
S3BucketGrantedAccessCheck
public S3BucketGrantedAccessCheck()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceSubscriptionCheck- Overrides:
initializein classAbstractCdkResourceCheck
-
visitNode
- Overrides:
visitNodein classAbstractCdkResourceCheck
-