aws / aws-parallelcluster-ui

Apache License 2.0
31 stars 17 forks source link

[Dependencies] Add cryptography backend for python-jose #311

Closed judysng closed 4 months ago

judysng commented 4 months ago

Changes

How Has This Been Tested?

Ran pytest, deployed, created/deleted cluster

In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

gmarciani commented 4 months ago

Installing python-jose with a specific backend was a very good approach to bypass the edcsa CVE. Good job!