You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently performing a comprehensive security assessment of our mobile application, which integrates the ReactNativeBlobUtil library.
During a recent static security scan, two potential issues were flagged related to file handling and external storage access:
1. Unsafe Files Deletion
The scanner flagged possible risks related to file deletion where files handled by ReactNativeBlobUtil might not be securely deleted, potentially leaving residual data artifacts.
2. Read/Write Access to External Storage
The scanner detected usage of Android’s external storage APIs, which can pose a risk of unintentional data exposure if files are stored in world-readable locations or accessible to other apps.
Our questions for you:
Does ReactNativeBlobUtil ensure secure deletion of temporary or persisted files (e.g., overwriting before deletion, avoiding residual artifacts)?
When files are written to external storage via ReactNativeBlobUtil, are there best practices or configuration options recommended to minimize security risk (e.g., private app directories, storage scopes)?
Do you have documentation or security guidelines clarifying how file access and deletion are handled securely within the library?
Your assistance in clarifying these concerns will help us document safe usage practices and ensure compliance with security standards such as OWASP MASVS.
We are happy to provide relevant scan excerpts if needed. Thank you in advance for your support.
The text was updated successfully, but these errors were encountered:
Hello ReactNativeBlobUtil Team,
We are currently performing a comprehensive security assessment of our mobile application, which integrates the ReactNativeBlobUtil library.
During a recent static security scan, two potential issues were flagged related to file handling and external storage access:
1. Unsafe Files Deletion
The scanner flagged possible risks related to file deletion where files handled by ReactNativeBlobUtil might not be securely deleted, potentially leaving residual data artifacts.
2. Read/Write Access to External Storage
The scanner detected usage of Android’s external storage APIs, which can pose a risk of unintentional data exposure if files are stored in world-readable locations or accessible to other apps.
Our questions for you:
Your assistance in clarifying these concerns will help us document safe usage practices and ensure compliance with security standards such as OWASP MASVS.
We are happy to provide relevant scan excerpts if needed. Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: