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

pyup.io safety check fails after pinning msgpack version ( thinc v6.12.1) #89

Closed
00willo opened this issue Jan 10, 2019 · 2 comments
Closed

Comments

@00willo
Copy link

00willo commented Jan 10, 2019

safety check -r requirements.txt --full-report
╒══════════════════════════════════════════════════════════════════════════════╕
│                                                                              │
│                               /$$$$$$            /$$                         │
│                              /$$__  $$          | $$                         │
│           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$           │
│          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$           │
│         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$           │
│          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$           │
│          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$           │
│         |_______/  \_______/|__/     \_______/   \___/   \____  $$           │
│                                                          /$$  | $$           │
│                                                         |  $$$$$$/           │
│  by pyup.io                                              \______/            │
│                                                                              │
╞══════════════════════════════════════════════════════════════════════════════╡
│ REPORT                                                                       │
│ checked 120 packages, using default DB                                       │
╞════════════════════════════╤═══════════╤══════════════════════════╤══════════╡
│ package                    │ installed │ affected                 │ ID       │
╞════════════════════════════╧═══════════╧══════════════════════════╧══════════╡
│ msgpack                    │ 0.5.6     │ <0.6.0                   │ 36700    │
╞══════════════════════════════════════════════════════════════════════════════╡
│ msgpack 0.6.0 contains some backward incompatible changes for security reaso │
│ n (DoS).                                                                     │
╘══════════════════════════════════════════════════════════════════════════════╛

$ pipdeptree -rp msgpack
msgpack==0.5.6
  - msgpack-numpy==0.4.3.2 [requires: msgpack>=0.3.0]
    - thinc==6.12.1 [requires: msgpack-numpy<0.4.4]
      - spacy==2.0.18 [requires: thinc>=6.12.1,<6.13.0]
  - thinc==6.12.1 [requires: msgpack>=0.5.6,<0.6.0]
    - spacy==2.0.18 [requires: thinc>=6.12.1,<6.13.0]
@00willo
Copy link
Author

00willo commented Jan 10, 2019

Just raising an issue on this for visibility.

Ultimately is this an issue for the thinc or the package to resolve?

@honnibal
Copy link
Member

honnibal commented Jan 14, 2019

@00willo This should be taken care of in v7.0. See here: https://github.com/explosion/srsly

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

2 participants