PNDA-4800 Fix for known vulnerabilities for python notebook,paramiko#239
PNDA-4800 Fix for known vulnerabilities for python notebook,paramiko#239janselva wants to merge 1 commit intopndaproject:developfrom
Conversation
janselva
commented
Aug 20, 2018
- updated the paramiko version
- Updated the notebook package, also its dependencies packages.
|
Would it be possible to make the necessary changes but keep the organization of the file the same, as it will then be much easier to review. I do agree that the order should be corrected, but let's do that as a separate change as we know that will be of no functional consequence and can treat it accordingly. |
|
Fixed the review comments |
trsmith2
left a comment
There was a problem hiding this comment.
Thanks for making the change clearer. In order to merge this and related PRs, we'll need to understand why dependencies that were previously only needed for python3 now need to be included for python2, and vice versa.
|
Jupyter extension installing "widgets extension" package in PY2 this will require a notebook package. The newer version of notebook package requires the additional dependencies, this is not resolved by py2, that's why added the additional packages into PY2. |
|
Yes, but it seems odd that these dependencies are required for both python2 and 3, wouldn't you agree? Why can't they all be python3 for example? I'm questioning the code you're modifying, more than your change, which makes sense if they are indeed required. |