Releases: roddhjav/pass-audit
Releases · roddhjav/pass-audit
v1.2
v1.1
v1.0.1
Fixed
- Fixed makefile
Requirements
pass 1.7.0or greater.python3(python 3.5 and 3.6 are supported)python3-requests- Debian/Ubuntu:
sudo apt-get install python3-requests - OSX:
pip3 install requests
- Debian/Ubuntu:
python3-zxcvbn(pip3 install zxcvbn)pyhton3-setuptoolsfor the installation.
This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC
v1.0
Added
- Add support for zxcvbn.
Changed
- Allow audit of given paths.
- Add support for individual and multiple paths.
- Changed the extension structure to a classic python program:
- The extension is now installed using setuptools for the python part,
- Use
prospectorandbanditas python linter tool and security checker, - Add Gitlab CI,
- Add SAST security dashboard,
- Simplify the tests.
Fixed
- Ignore the first line of a file when parsing user input #10.
- Include passwords not located in subdirectory in checks #11.
Requirements
pass 1.7.0or greater.python3(python 3.5 and 3.6 are supported)python3-requests- Debian/Ubuntu:
sudo apt-get install python3-requests - OSX:
pip3 install requests
- Debian/Ubuntu:
python3-zxcvbn(pip3 install zxcvbn)pyhton3-setuptoolsfor the installation.
This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC
pass-audit v0.1
First release of pass-audit, use with care. This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC
Requirements
pass 1.7.0or greater.python3(python 3.5 and 3.6 are supported)python3-requests