What's wrong with this entry?
Anonymous. No account, no email.
What: Commands that combine directory changes (cd) with output redirection (>, >>) now require explicit user approval.
Details:
- Prevents potential path resolution bypass when final working directory cannot be determined
- Error message: "Commands that change directories and write via output redirection require explicit approval"
- Applies to compound commands like
cd /tmp && echo "data" > file.txt - Single commands without
cdor without redirection are unaffected - Evidence: Enhanced function
j85()at line 310479, new parameterGfor cd detection
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.