Package org.sonar.python.checks.cdk
Class S3BucketServerEncryptionCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.cdk.AbstractS3BucketCheck
-
- org.sonar.python.checks.cdk.S3BucketServerEncryptionCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class S3BucketServerEncryptionCheck extends AbstractS3BucketCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
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 StringMESSAGEstatic StringOMITTING_MESSAGE-
Fields inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
S3_BUCKET_FQN
-
-
Constructor Summary
Constructors Constructor Description S3BucketServerEncryptionCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static booleanisUnencrypted(Expression expression)-
Methods inherited from class org.sonar.python.checks.cdk.AbstractS3BucketCheck
getArgument, initialize, isFalse, visitNode
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
OMITTING_MESSAGE
public static final String OMITTING_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isUnencrypted
protected static boolean isUnencrypted(Expression expression)
-
-