talsec / Free-RASP-ReactNative

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
77 stars 8 forks source link

Unofficial store event triggered for Firebase App Distribution #37

Closed klazbaba closed 5 months ago

klazbaba commented 7 months ago

Describe the bug In my setup, I added supportedAlternativeStores: ['dev.firebase.appdistribution']. But on running the app, the unofficialStore event was triggered.

To Reproduce

Expected behavior Installing the app from Firebase App tester should not trigger unofficialStore event.

Please complete the following information:

msikyna commented 6 months ago

Hello @klazbaba , could you send us your watcherMail and package name on support@talsec.app? We can look at the data to see what is the source of installation.

Kind regards, Talsec team

msikyna commented 6 months ago

Hello @klazbaba ,

could you elaborate further on the issue? Thank you!

Kind regards, Talsec team

klazbaba commented 5 months ago

Hello @klazbaba ,

could you elaborate further on the issue? Thank you!

Kind regards, Talsec team

The issue was that I wanted the unsupported source event to not trigger when the app is installed from firebase distribution. So I added supportedAlternativeStores: ['dev.firebase.appdistribution'] like it was mentioned in the doc. But after installing the app via firebase distribution, the event still got triggered.

msikyna commented 5 months ago

Hello @klazbaba , please elaborate further on sending the watcherMail and package name at support@talsec.app as asked above, so we can look at the logs.

Kind regards, Talsec team

klazbaba commented 5 months ago

Hello @klazbaba , please elaborate further on sending the watcherMail and package name at support@talsec.app as asked above, so we can look at the logs.

Kind regards, Talsec team

We removed the check for alternate stores after I opened this issue. So I think I'll just close this.