Skip to content

Commit de95260

Browse files
author
wcdolphin
committed
Fix security issue due to multiple accesses. Version bump to 3.1
1 parent edc4c6a commit de95260

8 files changed

Lines changed: 621 additions & 598 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
6+
install:
7+
- python setup.py install
8+
script:
9+
- python test/test.py
10+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Python bcrypt
22
============
33

4+
Testing Travis CI
45
This repository is a continuation of the [Google Code project](http://code.google.com/p/py-bcrypt/), which has not been updated in more than a year.
56

67
Most significantly, this clone applies a number of patches which allows compilation on Windows
@@ -31,7 +32,7 @@ If you are having issues compiling on Windows using VC++, fix the msvc9compiler
3132
benghattem@gmail.com
3233
Providing the basis for this patch, fixing compilation flags and ifdefs [patch](http://code.google.com/p/py-bcrypt/issues/attachmentText?id=1&aid=10003000&name=py-bcrypt_11.patch&token=EFCIp9qVR4pi3SaJ7kDaVmy3OQc%3A1346047268712)
3334

34-
florian.ruechel@gmail.com
35+
florian.ruechel@gmail.com
3536
Extending the patch and fixing memset + bzero issues to make the code more standards compliant [patch](http://code.google.com/p/py-bcrypt/issues/attachmentText?id=1&aid=10008000&name=py-bcrypt.patch&token=esLPoSRqwBo90FHQ2B_NOyZbtas%3A1346047268714)
3637

3738
Original README

0 commit comments

Comments
 (0)