What's wrong with this entry?
Shell command safety checks now categorize different types of risks with specific bashMissKind tags:
multi-cdfor commands with multiple directory changescd-compound-redirectfor compound cd commands with output redirectionshell-operatorsfor dangerous shell metacharacters- Glob vs variable expansion now distinguished: "Command contains unquoted variable expansion" replaces the previous "Command contains unquoted glob or variable expansion"
Bash safety categorization (search for "bashMissKind")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.