Skip to content

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
mainfrom
dependabot/gradle/android/androidx.appcompat-appcompat-1.7.1
Open

build(deps): Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 in /android#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/android/androidx.appcompat-appcompat-1.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown

Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github

dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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>
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.

0 participants