sfaci / masc

A Web Malware Scanner
http://sfaci.github.io/masc
GNU General Public License v3.0
95 stars 30 forks source link

Upload new package version to pypi and update install instructions #42

Open dukebody opened 3 years ago

dukebody commented 3 years ago

Last released masc version on pypi is for 2017: https://pypi.org/project/masc/

I propose to create the release 0.3 and upload it.

Then change the install instructions in README.md to be pip install masc.

For development we can do pip install -e . after cloning the repo - this can be added to the wiki.

ibLeDy commented 3 years ago

Also some README.md related stuff:

sfaci commented 3 years ago

New release avaiable!

ibLeDy commented 3 years ago

Great!

Would be nice to also make a release on Github and assign it the current version as a tag (v0.3.1).

Also remember that the notice about the Yara error should be outdated and thus removed, as the error seems to be fixed because we are now using yara-python instead of yara as a requirement, and although I only could test on Ubuntu, it should be resolved on Debian as well.

sfaci commented 3 years ago

You are right ibLedy! We have to make a new release on GitHub. About the yara-python/yara issue, I am not sure how to proceed because I remembered that yara package had some issue in Debian/MacOS (I don't remember exactly). Anyway, it's necessary reopen this issue and take a look to theses problems to fix them. Thanks!!!!!