Class GeneralAttackSignatureRule


  • public class GeneralAttackSignatureRule
    extends Rule
    This is the Rule subclass executed for <general-attack-signature> rules, which are not currently implemented.
    Author:
    Arshan Dabirsiaghi
    • Field Summary

      • Fields inherited from class org.owasp.esapi.waf.rules.Rule

        id, logger
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneralAttackSignatureRule​(java.lang.String id, java.util.regex.Pattern signature)  
    • Constructor Detail

      • GeneralAttackSignatureRule

        public GeneralAttackSignatureRule​(java.lang.String id,
                                          java.util.regex.Pattern signature)