Skip to content

Correction for failing Unit Test cases on CI

f992aea
Select commit
Loading
Failed to load commit list.
Merged

RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And… #834

Correction for failing Unit Test cases on CI
f992aea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 7, 2026 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 74 in auth0/src/main/java/com/auth0/android/authentication/storage/CryptoUtil.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of RSA algorithm without OAEP High

This specification is used to
initialize an RSA cipher
without OAEP padding.

Check failure on line 133 in auth0/src/main/java/com/auth0/android/authentication/storage/CryptoUtil.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of RSA algorithm without OAEP High

This specification is used to
initialize an RSA cipher
without OAEP padding.