build(deps): Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 in /android - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
ImL1s
added a commit
that referenced
this pull request
May 2, 2026
The original SECURITY.md from 43dfdf1 was solid but predated M6 (AI integration shipped — line said "M6 will introduce..." which is now CURRENT, not future) and the v1-prep CI/release hardening. Threat model updates: - Outbound Anthropic network path documented with BYOK + Keystore + EncryptedSharedPreferences specifics (alias warp-ai-key-v1, AES256-GCM master key, AiKeyStore.redact() + scrub() regex) - FLAG_SECURE noted on both SettingsActivity AND AgentBlockSheet (the latter streams AI responses that may reflect terminal secrets — see commit 7e3e5db round-3 review MEDIUM #1 closure) - Block.output capture (v1-prep) explicitly described — 64 KB cap, included in terminalBlocksDump JSON, forwarded to AI as <output> XML-tagged content with system preamble marking it as DATA. Users running `cat .env` style commands need to know those bytes flow to AI on Explain. - Clipboard EXTRA_IS_SENSITIVE flag on Android 13+ documented Hardening notes additions: - BYOK key never in Intent extras / Broadcast payloads (passed directly to Rust via JString; no IPC intermediary) - SettingsActivity exported=false (⚙ in-app entry only) - Release .so stripped (cargo profile strip = "symbols") - CI gates: cargo audit + cargo deny on every PR - Dependabot weekly cargo + monthly Gradle bumps go through gates - Bootstrap snapshot pin documented as supply-chain integrity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <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 androidx.appcompat:appcompat from 1.7.0 to 1.7.1.
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)