False positive on simple application compiled by Go
Since I installed Avira antivirus on my Windows 10 I'm getting quarantined some simple applications complied by Go SDK. Avira detects HEUR/APC (cloud) in executable produced by compiling app such a:
package main
import (
"fmt"
"math/rand"
)
func main() {
for i := 0;i<5;i++ {
if i > 0 {
fmt.Print(",")
}
fmt.Printf("%d", rand.Int63n(50)+1)
}
fmt.Println()
for i := 0;i<2;i++ {
if i > 0 {
fmt.Print(",")
}
fmt.Printf("%d", rand.Int63n(10)+1)
}
}
go version go1.14 windows/amd64
-
Hello Vlastimil,
Well, please submit this file directly to our virus lab to re-analyze this detection:
https://www.avira.com/en/analysis/submit
Best,
Arthur Lukas Huptas
Avira Community Manager
0
Please sign in to leave a comment.
Comments
1 comment