Package org.sonar.python.checks.cdk
Class S3BucketBlockPublicAccessCheck
- 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.S3BucketBlockPublicAccessCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class S3BucketBlockPublicAccessCheck extends AbstractS3BucketCheck
-
-
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 inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
S3_BUCKET_FQN
-
-
Constructor Summary
Constructors Constructor Description S3BucketBlockPublicAccessCheck()
-
Method Summary
-
Methods inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
registerFqnConsumer
-
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
-
-