chore(deps): Bump sha2 from 0.10.9 to 0.11.0#12
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/sha2-0.11.0
branch
3 times, most recently
from
May 18, 2026 06:01
8ef7ab1 to
9f161b7
Compare
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/sha2-0.11.0
branch
from
May 24, 2026 14:16
9f161b7 to
6525b9f
Compare
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 sha2 from 0.10.9 to 0.11.0.
Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)