react-native-device-defense 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -318,8 +318,14 @@ static bool checkModifiedSSLLibraries() {
318
318
  const std::vector<std::string> trustedPaths = {
319
319
  "/system/lib/libssl",
320
320
  "/system/lib64/libssl",
321
- "/apex/com.android.conscrypt/lib",
321
+ "/system/lib/libcrypto",
322
+ "/system/lib64/libcrypto",
323
+ "/apex/com.android.conscrypt/",
324
+ "/apex/com.android.runtime/",
322
325
  "/data/app/", // App's own lib path
326
+ "/data/data/", // App data directory
327
+ "/vendor/lib/", // Vendor directory
328
+ "/vendor/lib64/", // Vendor directory
323
329
  "/com.android.conscrypt"
324
330
  };
325
331
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-device-defense",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Multi-layer device security detection for React Native (root, hook, debugger, emulator detection)",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",