Liking cljdoc? Tell your friends :D

piippin.core


common-patternsclj


dobclj


find-piiclj

(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.
raw docstring

fingerprintclj

(fingerprint exclusions s)

remove-piiclj

(remove-pii exceptions s)

Remove any PII from the given s

Remove any PII from the given `s`
raw docstring

remove-pii-from-mapclj

(remove-pii-from-map m)
(remove-pii-from-map m paths-to-exclude)

Remove PII from a map, provide a [[]] of paths to ignore

Remove PII from a map, provide a [[]] of paths to ignore
raw docstring

replace-with-fingerprintclj

(replace-with-fingerprint s replacements)

returnclj

(return replacements fingerprinted-string)

scrub-pii-middlewareclj

(scrub-pii-middleware excluded-formats exceptions)

scrubbed-errclj

(scrubbed-err scrubbed-emsg e)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close