X Tutup
Skip to content

Malware found on matplotlib components #6655

@MartinFSSr

Description

@MartinFSSr

On Windows 10, did pip install matplotlib (see below).
Norton 360 popped up with warning: "_umath_linalg.pyd contained threat" identified as "Suspicious.Cloud.7.F"
Same warning for "multiarray_tests.pyd"
Norton 360 quarantined both.

My install log--

C:\py>pip install matplotlib
Collecting matplotlib
  Downloading matplotlib-1.5.1-cp27-none-win32.whl (6.0MB)
    100% |################################| 6.0MB 176kB/s
Collecting numpy>=1.6 (from matplotlib)
  Downloading numpy-1.11.1-cp27-none-win32.whl (6.5MB)
    100% |################################| 6.5MB 161kB/s
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in c:\python27\lib\site-packages (from matplotlib)
Collecting pytz (from matplotlib)
  Downloading pytz-2016.4-py2.py3-none-any.whl (480kB)
    100% |################################| 481kB 1.5MB/s
Collecting cycler (from matplotlib)
  Downloading cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,>=1.5.6 (from matplotlib)
  Downloading pyparsing-2.1.5-py2.py3-none-any.whl (42kB)
    100% |################################| 51kB 3.2MB/s
Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in c:\python27\lib\site-packages (from python-dateutil->matplotlib)
Installing collected packages: numpy, pytz, cycler, pyparsing, matplotlib
  Found existing installation: numpy 1.5.1
    DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling numpy-1.5.1:
      Successfully uninstalled numpy-1.5.1
Successfully installed cycler-0.10.0 matplotlib-1.5.1 numpy-1.11.1 pyparsing-2.1.5 pytz-2016.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup