viper-framework/viper

Rats modules using outdated crypto library

開放

#710 建立於 2018年10月14日

 (2 則留言) (0 個反應) (0 位負責人)Python (372 個分叉)batch import
help wanted

倉庫指標

星標
 (1,527 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

There are several modules in the rats/ folder by @kevthehermit that are using a crypto library called pycrypto, mostly for AES and DES support. Unfortunately, this library hasn't been updated since 2014 and also has a vulnerable ElGamal implementation: https://nvd.nist.gov/vuln/detail/CVE-2018-6594

We should update these modules to make use of cryptography instead and drop pycrypto all together from our dependencies.

貢獻者指南