You'll notice
Useful2 Signal0
Permission checks for risky delete commands do slightly less work each time, with identical results.
What's wrong with this entry?
Anonymous. No account, no email.
What
The PowerShell and cmd delete-command matcher no longer rebuilds its alternation on every call.
Details
- The matcher takes a second parameter and tests against a module-level regex compiled once from the same
rm|remove-item|ri|del|erasealternation - Matching behaviour is unchanged; this removes per-invocation work on a hot permission path
Evidence
rm|remove-item|ri|del|erase
Strings lifted out of the shipped bundle, so the claim above can be checked against them.