From 8af285abe5cb24d9e6f0f20c77f0a133e328824a Mon Sep 17 00:00:00 2001 From: vuln-bot Date: Tue, 18 Oct 2016 17:13:13 +0200 Subject: [PATCH 1/2] Changelog rsa version 3.4 --- data/insecure_full.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/insecure_full.json b/data/insecure_full.json index 6ec6650ea..80ba168f5 100644 --- a/data/insecure_full.json +++ b/data/insecure_full.json @@ -4105,6 +4105,10 @@ "https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/" ], "v": "<3.3" + }, + { + "changelog": "----------------------------------------\n\n- Moved development to Github: https://github.com/sybrenstuvel/python-rsa\n- Solved side-channel vulnerability by implementing blinding, fixes 19\n- Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see\n https://github.com/sybrenstuvel/python-rsa/issues/13\n- Integration with Travis-CI [1], Coveralls [2] and Code Climate [3]\n- Deprecated the old rsa._version133 and rsa._version200 submodules, they will be\n completely removed in version 4.0.\n- Add an 'exponent' argument to key.newkeys()\n- Switched from Solovay-Strassen to Miller-Rabin primality testing, to\n comply with NIST FIPS 186-4 [4] as probabilistic primality test\n (Appendix C, subsection C.3):\n- Fixed bugs 12, 14, 27, 30, 49\n\n[1] https://travis-ci.org/sybrenstuvel/python-rsa\n[2] https://coveralls.io/github/sybrenstuvel/python-rsa\n[3] https://codeclimate.com/github/sybrenstuvel/python-rsa\n[4] http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf\n\n\n", + "v": "<3.4" } ], "rtv": [ From f990f91a5a910d646609a0f7d35a140b2a15830e Mon Sep 17 00:00:00 2001 From: vuln-bot Date: Tue, 18 Oct 2016 17:13:14 +0200 Subject: [PATCH 2/2] Changelog rsa version 3.4 --- data/insecure.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/insecure.json b/data/insecure.json index 3c5ba512f..81dac3fb9 100644 --- a/data/insecure.json +++ b/data/insecure.json @@ -613,7 +613,8 @@ "<1.4.20" ], "rsa": [ - "<3.3" + "<3.3", + "<3.4" ], "rtv": [ "<1.12.1"