unrealities / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
28 stars 1 forks source link

[Bug]: version 3.26 - 3.21 detected as malware by antivirus software #49

Closed RealLifeTokyoGirl closed 1 week ago

RealLifeTokyoGirl commented 2 weeks ago

Describe the bug in detail

Each version of the application from 3.21 onwards are detected as malware by MalwareBytes and quarantined. However, the issue is not present with version 3.20 and previous, which continue to work as expected.

Steps to reproduce this bug

  1. Run version 3.21 or later with MalwareBytes installed and realtime protection on, OR run a malware scan with v3.21 or later installed.
  2. The application will immediately be killed and quarantined, whitelisting does not help.

Operating System

Windows

Operating System Version

Windows 10 Pro x64

Run Type

Windows Executable

Python Version

No response

Debug Log Details

No response

Possible Solution (optional)

Downgrade to v3.20. Likely a change introduced in v3.21 is to blame.

FiYir commented 2 weeks ago

@RealLifeTokyoGirl, the code is open source and the executable is built using a GitHub Action, so you can review the project yourself and confirm that no malicious code has been added.

If you encounter a detection issue, please report it to Malwarebytes on their File Detections forum for review.

Thanks.