Class RegexDetector.PatternEntry

  • Enclosing class:
    RegexDetector

    public static class RegexDetector.PatternEntry
    extends Object
    Raw pattern entry before compilation (maps to injection-patterns.json).
    • Constructor Detail

      • PatternEntry

        public PatternEntry​(String reason,
                            String regex)