From 75d61d564d3358f98bcbcee203a1a4c7a25a4745 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sat, 17 Jun 2023 04:02:05 +0300 Subject: [PATCH] change file --- .changes/config.json | 1 + .changes/core-leading-dot.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .changes/core-leading-dot.md diff --git a/.changes/config.json b/.changes/config.json index 7d7bbe20e12..78a03db4c17 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -7,6 +7,7 @@ "bug": "Bug Fixes", "pref": "Performance Improvements", "changes": "What's Changed", + "sec": "Security fixes", "deps": "Dependencies" }, "defaultChangeTag": "changes", diff --git a/.changes/core-leading-dot.md b/.changes/core-leading-dot.md new file mode 100644 index 00000000000..432d94ac656 --- /dev/null +++ b/.changes/core-leading-dot.md @@ -0,0 +1,5 @@ +--- +'tauri': 'patch:sec' +--- + +Fix regression in `1.4` where the default behavior of the file system scope was changed to allow reading hidden files and directories by default.