Git Product home page Git Product logo

Comments (4)

Weruminger avatar Weruminger commented on August 19, 2024 1

Thx You all
I was only astonished, because it was the fist version I've got this finding.
so I'll 1st upgrade to 2.2.40 (from 2.0.17) and if everything is fine (normally i can expect this ... because you make a great Job in Conan 2 development ... 🥇 ) I'll create the executable and zip file by my self.

so from my perspective, the issue can be closed.

from conan.

memsharded avatar memsharded commented on August 19, 2024

Hi @Weruminger

Thanks for reporting.

This seems a known issue. The conan.exe self-contained executable inside the folder is created with pyinstaller, a tool that bundles the app with the Python interpreter. This tool creates binaries with some signature inside.

This pyinstaller tool has been used in the past to create some malicious applications, so some antivirus mark all created applications with pyinstaller as malicious.

We will investigate this again just in case, there will be some other options:

  • You can install from PyPI (the most common approach) with pip install conan
  • Creating the self contained executable from source yourself is straightforward, you can run the python pyinstaller.py script in the root of the repo, and it will create that executable

from conan.

czoido avatar czoido commented on August 19, 2024

Hi @Weruminger,

Thanks a lot for reporting. I have been checking and I think that could be due to heuristic analysis by antivirus software, which might identify certain patterns in the file as suspicious even if the file is actually safe.

The only file that changes in checksum, for example, between 2.4.0 and 2.4.1 in the zip would be conan.exe (which is expected) although they get very different reports in virustotal:

2.4.1: https://www.virustotal.com/gui/file/3f2bbe5e28aadf60a62b6d1cd048d2784a4b5c56a03fcacb611e7ff0c5edcca5
2.4.0: https://www.virustotal.com/gui/file/9ff576a9c8e205b8a3f5934bb5d50d1d962167f63757a0f8ee35b8741938b444

I also re-generated the zip file for 2.4.1 in the CI and got other different results, so I think the issue could be caused by some kind of algorithm that tries to predict potential issues.

from conan.

czoido avatar czoido commented on August 19, 2024

Thx You all I was only astonished, because it was the fist version I've got this finding. so I'll 1st upgrade to 2.2.40 (from 2.0.17) and if everything is fine (normally i can expect this ... because you make a great Job in Conan 2 development ... 🥇 ) I'll create the executable and zip file by my self.

so from my perspective, the issue can be closed.

Thank you so much for reporting and you kind words, closing this issue then.

from conan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.