Skip to content

Guard against all uncaught exceptions in the serial executor block#997

Open
pmathew92 wants to merge 2 commits into
v4_developmentfrom
port/970-executor-guard
Open

Guard against all uncaught exceptions in the serial executor block#997
pmathew92 wants to merge 2 commits into
v4_developmentfrom
port/970-executor-guard

Add the serial executor guard to the v4 branch

b97a0a5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 30, 2026 in 7s

6 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 38 in auth0/src/main/java/com/auth0/android/authentication/storage/SharedPreferencesStorage.kt

See this annotation in the file changed.

Code scanning / CodeQL

Cleartext storage of sensitive information using `SharedPreferences` on Android High

This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.

Check warning on line 476 in auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.kt

See this annotation in the file changed.

Code scanning / CodeQL

Whitespace contradicts operator precedence Warning

Whitespace around nested operators contradicts precedence.

Check warning on line 504 in auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.kt

See this annotation in the file changed.

Code scanning / CodeQL

Result of multiplication cast to wider type Warning

Potential overflow in
int multiplication
before it is converted to long by use in a numeric context.

Check warning on line 632 in auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.kt

See this annotation in the file changed.

Code scanning / CodeQL

Result of multiplication cast to wider type Warning

Potential overflow in
int multiplication
before it is converted to long by use in a numeric context.

Check warning on line 838 in auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.kt

See this annotation in the file changed.

Code scanning / CodeQL

Result of multiplication cast to wider type Warning

Potential overflow in
int multiplication
before it is converted to long by use in a numeric context.

Check warning on line 992 in auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.kt

See this annotation in the file changed.

Code scanning / CodeQL

Result of multiplication cast to wider type Warning

Potential overflow in
int multiplication
before it is converted to long by use in a numeric context.