Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems like malware #7

Closed
mkhushi opened this issue Oct 5, 2018 · 7 comments
Closed

Seems like malware #7

mkhushi opened this issue Oct 5, 2018 · 7 comments

Comments

@mkhushi
Copy link

mkhushi commented Oct 5, 2018

My Norton antivirus complained and removed this tool :-)

@constverum
Copy link
Owner

It would be awesome if you could provide a screenshot/some data of that complaint in order to understand exactly what seemed suspicious to Norton.

@mkhushi
Copy link
Author

mkhushi commented Oct 5, 2018

Here is the screenshot https://ibb.co/dh85Mz

@constverum
Copy link
Owner

Thank you!
I sent the report about “False Positive Detection” (https://submit.symantec.com/false_positive/) to Symantec, hope it will fix this wrong antivirus behavior.

Basically, the problem is not that it is infected or it’s some malware. The problem is that the tool is not digitally signed, and this causes a false positive detection. You can read more about it here - https://www.symantec.com/security-center/writeup/2010-051308-1854-99

@constverum
Copy link
Owner

Seems Semantic already fixed the issue.

Upon further analysis and investigation we have verified your submission and, as such, the detection(s) for the following file(s) will be removed from our products: ...
Note: Whitelisting may take up to 24 hours to take effect via Live Update

@sydneydatascience could you please check the behavior of antivirus one more time after a day or two (when updates will be available)?

@p3x-robot
Copy link

@constverum HELLO! How are you?

I am windows 10 and I only have defender and it is turned off, but I still get the same error:

Traceback (most recent call last):
  File "c:\python36\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python36\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python36\Scripts\quantdom.exe\__main__.py", line 5, in <module>
  File "c:\python36\lib\site-packages\quantdom\__init__.py", line 29, in <module>
    from .ui import *  # noqa
  File "c:\python36\lib\site-packages\quantdom\ui.py", line 10, in <module>
    from .lib import (  # noqa
ModuleNotFoundError: No module named 'quantdom.lib

@p3x-robot
Copy link

#6
Is this because of that?
There is no virus problem, just this quantdom.lib is not in the pip in Windows.

@ArjunWhabi
Copy link

ArjunWhabi commented Jan 29, 2019

Hi
I installed using the command pip install quantdom
Im using Windows 10.
Now, I changed the setup.py file and manifest.in as per PR # 6 . but I downloaded the zip file and it in changed that [https://github.com//pull/6]. Just realised the zip file is for Linux not windows.

Im getting the following error too :
Traceback (most recent call last):
File "d:\winpython\python-3.6.7.amd64\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "d:\winpython\python-3.6.7.amd64\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "D:\WinPython\python-3.6.7.amd64\Scripts\quantdom.exe_main
.py", line 5, in
File "d:\winpython\python-3.6.7.amd64\lib\site-packages\quantdom_init
.py", line 29, in
from .ui import * # noqa
File "d:\winpython\python-3.6.7.amd64\lib\site-packages\quantdom\ui.py", line 10, in
from .lib import ( # noqa
ModuleNotFoundError: No module named 'quantdom.lib'

I think the PR from [https://github.com//pull/6] needs to be implemented in windows exe installtion file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants