Package org.sonar.python.checks.hotspots
Class SecureCookieCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.hotspots.AbstractCookieFlagCheck
org.sonar.python.checks.hotspots.SecureCookieCheck
- 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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.checks.hotspots.AbstractCookieFlagCheck
initialize, isInvalidHeaderArgumentMethods 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
-
SET_COOKIE_METHOD_NAME
- See Also:
-
SECURE_ARGUMENT_NAME
- See Also:
-
HEADERS_ARGUMENT_NAME
- See Also:
-
-
Constructor Details
-
SecureCookieCheck
public SecureCookieCheck()
-
-
Method Details
-
headerValueRegex
- Specified by:
headerValueRegexin classAbstractCookieFlagCheck
-