mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 14:40:27 +02:00
fix(android): harden canvas webview bridge (#73240)
* fix(android): harden canvas webview bridge * fix(android): make canvas content access hardening explicit * fix(android): keep webview hardening inline for CodeQL * fix(android): avoid webview getter false positive
This commit is contained in:
@@ -5,6 +5,11 @@ disable-default-queries: true
|
||||
queries:
|
||||
- uses: security-extended
|
||||
|
||||
query-filters:
|
||||
# Android canvas intentionally runs trusted A2UI JavaScript; keep this profile focused on exploitable WebView edges.
|
||||
- exclude:
|
||||
id: java/android/websettings-javascript-enabled
|
||||
|
||||
paths:
|
||||
- apps/android/app/src/main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user