From f5921ea395ebe02dffb7a93295b83dec6c397ed6 Mon Sep 17 00:00:00 2001 From: OrIOg Date: Mon, 26 Jun 2023 22:54:53 +0200 Subject: [PATCH] info: add changefile --- .changes/persisted-scope-fix-handle-glob-directories.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changes/persisted-scope-fix-handle-glob-directories.md diff --git a/.changes/persisted-scope-fix-handle-glob-directories.md b/.changes/persisted-scope-fix-handle-glob-directories.md new file mode 100644 index 00000000..33ea5030 --- /dev/null +++ b/.changes/persisted-scope-fix-handle-glob-directories.md @@ -0,0 +1,9 @@ +--- +"persisted-scope": patch +--- + +Fixing directories' usage by removing glob patterns asterisks at the end before allowing/forbidding them. + +This was causing them to be escaped, and so undesirable paths were allowed/forbidden. + +Polluting the `.persisted_scope` at the same time. \ No newline at end of file