What's wrong with this entry?
Anonymous. No account, no email.
What
Bash commands that may have destructive effects now show detailed warning notes explaining the potential impact.
Details
- New warning notes for potentially dangerous commands:
Note: may delete Kubernetes resourcesNote: may delete all rows from a database tableNote: may destroy Terraform infrastructureNote: may discard all working tree changesNote: may discard uncommitted changesNote: may drop or truncate database objectsNote: may force-delete a branchNote: may force-remove filesNote: may overwrite remote historyNote: may permanently delete untracked filesNote: may permanently remove stashed changesNote: may recursively force-remove filesNote: may rewrite the last commitNote: may skip safety hooks- Blocked commands show "Permission for this action was denied by the dangerous action safety classifier"
Evidence
Warning note strings (search for "Note: may delete", "dangerous action safety classifier")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.