romkatv / gitstatus

Git status for Bash and Zsh prompt
GNU General Public License v3.0
1.65k stars 101 forks source link

build file reports as downloader virus #410

Closed DarrinTisdale closed 8 months ago

DarrinTisdale commented 8 months ago

The Avast Security's file guard scanner reports that the BV:Downloader-APK [Drp] threat is found in the build file. Looking at the code for the file, the following (lines 79-81) match that virus signature:

if command -v apk >/dev/null 2>&1; then
        command apk update
        command apk add binutils cmake gcc g++ git make musl-dev perl-utils

The report can be bypassed in the virus checker, but other shell scripts that perform similar functions do not report the same virus.

romkatv commented 8 months ago

If this bothers you, please report it to the maker of your antivirus/security software.