Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Updating pycryptodome to 3.6.6 (#521)
Browse files Browse the repository at this point in the history
[Bug-2423198]: [OSS] - CSE/VCD-CLI fixed pycryptodome version is vulnerable to integer overflow when version < 3.6.6

Updating Changelog and AUTHORS too.
  • Loading branch information
shashim22 committed Apr 17, 2020
1 parent 9656b31 commit 0d88338
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ pandeys <[email protected]>
rajeshk2013 <[email protected]>
rocknes <[email protected]>
sahithi <[email protected]>
shashim <[email protected]>
shashim22 <[email protected]>
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGES
=======

23.0.0
------

* Restricting pyvcloud version to >= 22.0.0 and < 23.0.0

22.0.2
------

* Updating pyvcloud version to latest release version (#513)
* Updating pyvcloud version to latest release version

22.0.1
------

* [VCDA - 1341] Added JWT based authorization support in vcd-cli (#510)
* [VCD-CLI] Remove snapshot of VM. (#496)
* Updating Authors and ChangeLOg in github

22.0.0
------

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
click >= 7.0
colorama >= 0.3.9
keyring >= 10.6.0, <= 12.0.0
# Pycryptodome 3.5.0 does not compile on Mac OS X.
pycryptodome >= 3.4.7,<3.5
pycryptodome == 3.6.6
pypiwin32 >= 223;platform_system=="Windows"
pyvcloud >= 22.0.0, < 23.0.0
tabulate >= 0.7.5
Expand Down

0 comments on commit 0d88338

Please sign in to comment.