xfangfang / Macast

Macast is a cross-platform application which using mpv as DLNA Media Renderer.

Home Page:https://xfangfang.github.io/Macast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Windows defender reports viruses

OXERIS opened this issue · comments

Versions

  • System version: windows10
    image
  • Processor architecture: X86
  • APP version: v0.5

Problem

win10报毒
image

(your problem description here)

  1. 目前windows版本的构建使用到的python包为:cherrypy, lxml, requests, pystray, pillow, pyperclip, pyinstaller 感觉这些开源项目的包中并不会存在病毒。
  2. Macast的代码开源在github,在大量程序员的审核下也是能保证安全的。
  3. 各平台客户端通过github-actions构建,可以从:Github actions 查看构建的log,构建好之后直接发布到release。可以说是从源码到构建好的二进制文件整个流程都不经过任何一个私人电脑且各个步骤有log可查。

那么可以推断出来是windows误报,查阅到了相似的问题 program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-av,但是暂时还没有什么解决办法,或许之后可以增加发布一版安装版的客户端应该会解决这个问题。

Windows可以手动把Macast添加到安全白名单里吗?


  1. At present, the python packages used in Macast of the Windows version are: cherrypy, lxml, requests, pystray, pillow, pyperclip and pyinstaller. I feel that there are no viruses in the packages of these open source projects.
  2. Macast's code can also ensure security under the review of a large number of programmers.
  3. The build is under: Github-Actions (You can check every build logs). And GitHub-Actions publish it directly to the release after the build.The whole process does not go through any private computer, and there are logs for each step.

Then it can be inferred that it is the false alarm of Windows, and a similar problem can be found program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-av, but there is no solution yet.