Admin workspace helpers gained a random run marker and stricter name and path-traversal checks.
The marker and validation patterns exist, but whether any of it is reachable for users could not be resolved.
What's wrong with this entry?
Admin-workspace helper code gained a per-run marker and input validation patterns, with no confirmed user-facing surface in this build.
- A module initialiser builds a random
zzadminwc-prefixed marker from 8 random bytes. - New regexes reject characters such as
/,@,#,?,\and whitespace in names. - A separate pattern catches dot-segment path traversal, including the
%2eencoded form. - Whether any of this is reachable for users could not be resolved.
zzadminwc
Strings lifted out of the shipped bundle, so the claim above can be checked against them.