Package org.sonar.python.checks
Class SecureModeEncryptionAlgorithmsCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.SecureModeEncryptionAlgorithmsCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class SecureModeEncryptionAlgorithmsCheck extends PythonSubscriptionCheck
-
-
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
-
-
Constructor Summary
Constructors Constructor Description SecureModeEncryptionAlgorithmsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckPycaLibrary(SubscriptionContext ctx, CallExpression callExpression, Symbol calleeSymbol)voidinitialize(SubscriptionCheck.Context context)-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-
-
-
Method Detail
-
initialize
public void initialize(SubscriptionCheck.Context context)
-
checkPycaLibrary
protected void checkPycaLibrary(SubscriptionContext ctx, CallExpression callExpression, Symbol calleeSymbol)
-
-