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

Android security issue. #6

Closed
adjicf opened this issue Jan 24, 2019 · 3 comments
Closed

Android security issue. #6

adjicf opened this issue Jan 24, 2019 · 3 comments

Comments

@adjicf
Copy link

adjicf commented Jan 24, 2019

Hi, it seems that the following affects this module: https://android-developers.googleblog.com/2013/08/some-securerandom-thoughts.html,
Do we need to add this patch to the code ?
Thanks in advance.

@robhogan
Copy link
Owner

Thanks for raising this. I suspect since that article is dated 2013 that current versions of Android will have this patch built-in, but I'll look into it.

@rajivshah3
Copy link

Applications which run exclusively on Android KitKat (4.4) or above do not need to take any special action to work around this bug.

Since this library supports API level 16 (KitKat is 19) it may need to be patched

@robhogan
Copy link
Owner

robhogan commented Jun 4, 2019

Quite right, I'd actually forgotten RN's android support still goes back that far. Patch added and published as 0.3.1

Thanks both.

@robhogan robhogan closed this as completed Jun 4, 2019
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

3 participants