Enums§
Statics§
- SECRET_
PATTERNS - A list of
(name, regex, test)
, wheretest
should match againstregex
. - SECRET_
PATTERNS_ RE - The
regex
expressions fromSECRET_PATTERNS
compiled into aRegexSet
.
(name, regex, test)
, where test
should match against regex
.regex
expressions from SECRET_PATTERNS
compiled into a RegexSet
.