darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.55k stars 446 forks source link

zbsm.zip found as virus #1420

Closed TimYao18 closed 1 year ago

TimYao18 commented 1 year ago

I pulled the project and tried to build it, but before that, the antivirus agent says it found a virus as below screenshot. I'm unsure if this project is exclusively intended for pure Linux systems, given that I run it using the Windows Subsystem for Linux. If this isn't an issue, please go ahead and close this issue.

Build Log What is the build error?

image

System Information What system are you building with?

Windows 11 subsystem for Ubuntu 22.04

Software Version
Clang 10.0.0-4ubuntu1
CMake 3.27.2
Linux Kernel 5.15.90.4-microsoft-standard-WSL2
Darling c9522cc1a43941b4eaea1a0aec3e2b162890fc75
CuriousTommy commented 1 year ago

Looks like this file comes from the libarchive repo. Seem to be part of a test case that test malicious zip files (test_zip_bomb_small). So it makes sense why your anti-virus would flag this file.

I would just ignore the file. You can also delete the file if you prefer, but that might cause issue when you try to update the libarchive repo.

I'm going to close this issue. Feel free to reopen if you have any questions about this issue.