UI: sanitize managed namespace input (#23449)

This commit is contained in:
Chelsea Shaw
2023-10-04 13:42:04 -05:00
committed by GitHub
parent 5123ea933a
commit be05b3b961
10 changed files with 72 additions and 87 deletions

View File

@@ -0,0 +1 @@
export { ensureTrailingSlash, sanitizePath } from 'core/utils/sanitize-path';