(find-pii exceptions t s)
Given a type t
, check if the string s
contains any lines that match
either the regular expression that is found in common-patterns
with
its name or a regular expression that contains the value itself.
Given a type `t`, check if the string `s` contains any lines that match either the regular expression that is found in `common-patterns` with its name or a regular expression that contains the value itself.
(fingerprint exclusions s)
(remove-pii exceptions s)
Remove any PII from the given s
Remove any PII from the given `s`
(replace-with-fingerprint s replacements)
(return replacements fingerprinted-string)
(scrub-pii-middleware excluded-formats exceptions)
(scrubbed-err scrubbed-emsg e)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close