Class AbstractCookieFlagCheck

java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.hotspots.AbstractCookieFlagCheck
All Implemented Interfaces:
PythonCheck, SubscriptionCheck
Direct Known Subclasses:
HttpOnlyCookieCheck, SecureCookieCheck

public abstract class AbstractCookieFlagCheck extends PythonSubscriptionCheck
  • Constructor Details

    • AbstractCookieFlagCheck

      public AbstractCookieFlagCheck()
  • Method Details

    • initialize

      public void initialize(SubscriptionCheck.Context context)
    • isInvalidHeaderArgument

      protected boolean isInvalidHeaderArgument(@Nullable RegularArgument argument)
    • headerValueRegex

      protected abstract String headerValueRegex()