Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Logs #18

Open
sarn0ld opened this issue Dec 11, 2024 · 0 comments
Open

Remove Logs #18

sarn0ld opened this issue Dec 11, 2024 · 0 comments

Comments

@sarn0ld
Copy link

sarn0ld commented Dec 11, 2024

In my opinion security relevant SDKs like the cidaas-android-sdk should not log any information.

However, there seems to be a few logging mechanisms (Log, Timber, LogFile) spread all over the sdk source.

I'm using "com.github.Cidaas:cidaas-android-sdk:3.2.9".

This class is even logging the AccessToken as (encrypted and base64 encoded) string:
de.cidaas.sdk.android.helper.converter.EntityToModelConverter

-> It contains the line Log.d("Encypted Strng", encryptedString);

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

No branches or pull requests

1 participant