Skip to content

v3.1.3

Choose a tag to compare

@deemonic deemonic released this 27 Jan 10:57
· 44 commits to main since this release
dffff5b

Bug Fix

  • Fix UUID flagged as profanity (#23) — UUIDs like 6ec3e80f-...-144a2ef5800b were incorrectly flagged because 800b mapped to boob via character substitutions. Added an isInsideHexToken() guard that skips matches inside UUIDs, MD5/SHA hashes, and other long hex strings while leaving normal profanity detection intact.