[MISC] update pipfile.lock#208
[MISC] update pipfile.lock#208franklin-feingold wants to merge 2 commits intobids-standard:masterfrom
Conversation
|
This looks fine, but is there a justification? |
|
this is to fix a github alert of a potential security concern to upgrade this version of jinja2 |
|
I need some background to understand this PR: Was If so, is this PR the result of you (Franklin) doing a manual upgrade of Would another solution be to wait for |
|
this is to settle the github alert regarding the security concern. I grabbed the hashes from a different upgraded repo. not sure what exactly it traces back to, but its purpose is to settle the github alert |
|
Could you link from where you got the hashes? The hashes are simply there to specify the exact version of It's probably not the intended way of |
|
Looks like mkdocs's only jinja2 constraint is That said, lockfiles probably shouldn't be edited by hand. Can we upgrade our constraint to |
|
We are not specifying a version of Lines 1 to 13 in 191e904 |
|
Okay. Then we can probably just re-lock, or whatever the pipenv operation is, and let the most recent version of jinja2 get pinned. |
|
Yes, I think so too. That's what I wanted to clarify in my comment above:
|
|
this is to fix our potential security vulnerability. I tried in the past to let pipenv do it and there was an assortment of issues I ran into. (previously seen vulnerability fix #144). These concerns pop up once in a while and the solution has been to upgrade the little parts. I have tried on my few other repo copies of the specification (i.e. https://github.com/franklin-feingold/bids-specification-test) to confirm this will fix the vulnerability. |
updating jinja2 in the pipfile.lock file