chore(deps): Bump tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5#11
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/tauri-action@fce9c61...84b9d35) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: 84b9d35b5fc46c1e45415bdb6144030364f7ebc5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
yinnho
pushed a commit
that referenced
this pull request
Jun 17, 2026
…ication Security: - #1 Path traversal: validate file_path in upload_media (reject .. and absolute) - #2 JSON injection: replace hand-rolled format! errors with error_response() - #12 fetch_bytes: add 10MB size limit to prevent OOM Correctness: - #6 Cron tick loop: use FuturesUnordered for concurrent job execution - #7 Error messages: distinguish panic vs cancelled in cron record_failure - #8 System AgentId: use uuid::nil() constant instead of random IDs - #9 cron_create: coerce one_shot ("true"/"1"/"yes"), delivery (string unwrap), improve error message for non-string name - #10 Past-At schedule: add warning when At time is already past - #11 Remove misleading RUST_MIN_STACK env var (root cause was fixed) Code quality: - #3 Remove duplicate json_to_string (use mcp_common import) - #4 Datacube handler macro: 17 identical functions → 17 one-liners (-300 lines) - #5 URL encoding: apply url_encode in get_user_info query string Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
yinnho
pushed a commit
that referenced
this pull request
Jul 1, 2026
- #7: HKDF-derived session secret from api_key (trust boundary separation) - #8: sanitize X-Filename header in upload endpoint - #9: wrap each DB migration in its own transaction - #11: SenderRouter atomic writes (tmp+rename) + rollback on failure - #12: only trust x-forwarded-for when trusted_proxy configured - #13: change_credentials requires valid session cookie - #14: add Max-Age to session cookie matching TTL - #15: kv_history cleanup on startup (entries older than 30 days) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5.
Changelog
Sourced from tauri-apps/tauri-action's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)