Skip to content

Fix webview missing crash on in-app creation

1ebc287
Select commit
Loading
Failed to load commit list.
Closed

[SDK-368] in app initialization causing crash #998

Fix webview missing crash on in-app creation
1ebc287
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 25, 2026 in 2s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 204 in iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppFragmentHTMLNotification.java

See this annotation in the file changed.

Code scanning / CodeQL

Android WebView settings allows access to content links Medium

Sensitive information may be exposed via a malicious link due to access to content:// links being allowed in this WebView.

Check warning on line 759 in iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppFragmentHTMLNotification.java

See this annotation in the file changed.

Code scanning / CodeQL

Android WebView settings allows access to content links Medium

Sensitive information may be exposed via a malicious link due to access to content:// links being allowed in this WebView.