IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.09k stars 59 forks source link

[BUG] Possible Trojan detected #278

Closed Gersado closed 7 months ago

Gersado commented 7 months ago

Describe the bug A possible Trojan has been detected in the gallery app. It seems to affect both the GitHub and F-droid versions.

To Reproduce Steps to reproduce the behavior:

  1. Download any of the apks from F-droid or GitHub.
  2. Go to Virus Total (https://www.virustotal.com/gui/home/upload) and click "Choose file".
  3. Select the downloaded apk and click confirm.
  4. Wait for the results.

Expected behavior One of the results from the scan claims to have found a Trojan in the app.

Screenshots Results are from the Github version, the F-droid version returns the same results. gallery-github

Additional context I've detected similar results from another gallery app, Aves. Much like with Aves, I wanted to bring this up to the devs to make sure that the app isn't compromised.

IacobIonut01 commented 7 months ago

Most likely it's a false positive.

Since only 1 out 63 detected anything suspicious and the apks aren't compromised, the GitHub apks used for release are compiled by Github Actions and the source code of the apk is already available right here for manual checking if needed

Gersado commented 7 months ago

Its good to hear that its just a false positive. I'll close the issue now.