As a security dude I spend way too much of my time fixing missing anchors or unescaped wildcards in regex. The good news is that it's trivial to detect with static analysis tooling. The bad news is that broken regex is often used for security checks.
Sometimes I wish regexes were full matches by default and required prefixing and postfixing with `.*` to get the current behaviour