#Infosec community, could you help me?
My open source project Roast (a JVM launcher written in rust) https://github.com/fourlastor-alexandria/roast is being detected by Windows as a malware, and I have no idea why. All it does is:
1. Read configuration from config.json
2. Start up a JVM environment
3. Start the JVM application from the jar
The jar in the example is a demo project for libgdx (a game engine), basically the code would be this https://github.com/fourlastor/gdx-setup-construo/pull/1
maybe @jerry ? I don't know anyone who can help