Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fs): ignore OS specific paths in scope deserialization #1837

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

FabianLars
Copy link
Member

fixes tauri-apps/tauri#9205

ngl never really looked into the ACL stuff so this is probably not the best solution but it's what i came up with 🤷

@FabianLars FabianLars requested a review from a team as a code owner September 24, 2024 21:54
Copy link
Contributor

github-actions bot commented Sep 24, 2024

Package Changes Through 1088944

There are 4 changes which include deep-link with prerelease, dialog with prerelease, fs with prerelease, updater with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.0-rc.7 2.0.0-rc.8
deep-link 2.0.0-rc.6 2.0.0-rc.7
fs 2.0.0-rc.5 2.0.0-rc.6
dialog 2.0.0-rc.7 2.0.0-rc.8
http 2.0.0-rc.5 2.0.0-rc.6
persisted-scope 2.0.0-rc.5 2.0.0-rc.6
single-instance 2.0.0-rc.4 2.0.0-rc.5
updater 2.0.0-rc.3 2.0.0-rc.4

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

plugins/fs/src/lib.rs Show resolved Hide resolved
.changes/fix-fs-scope-unknown-path.md Outdated Show resolved Hide resolved
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
@amrbashir amrbashir changed the title fix(fs): Ignore OS specific paths in scope deserialization fix(fs): ignore OS specific paths in scope deserialization Sep 25, 2024
@amrbashir amrbashir merged commit fc9b189 into v2 Sep 25, 2024
33 checks passed
@amrbashir amrbashir deleted the fix/fs/scope-unknown-path branch September 25, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug][v2] Adding OS specific paths in fs scope breaks scope checks for all paths
2 participants