Skip to content

Releases: roddhjav/pass-audit

v1.2

30 Jan 15:02
v1.2
ef5f04e
Compare
Choose a tag to compare

Added

  • Check for duplicate / re-used passwords #22
  • Add option to limit checks to specific filename (-n, --name) #26

Changed

  • Simplify the audit process
  • Use setup.py to manage the full installation and deprecate the Makefile
  • Use only Gitlab CI, remove Travis for CI/CD

Fixed

  • Terminate the GnuPG commandline as it could potentially be a security issue. #28.
  • Multiple minor fixes: #20, #21, #25

v1.1

26 Apr 15:50
v1.1
cb9b616
Compare
Choose a tag to compare

Added

  • Added Debian packaging

Changed

  • Import the structure from pass-import into pass-audit
  • Make it possible to run the tests offline #19
  • pass-audit will run even if zxcvbn is not present

v1.0.1

01 Feb 21:54
v1.0.1
7f32cf1
Compare
Choose a tag to compare

Fixed

  • Fixed makefile

Requirements

  • pass 1.7.0 or greater.
  • python3 (python 3.5 and 3.6 are supported)
  • python3-requests
    • Debian/Ubuntu: sudo apt-get install python3-requests
    • OSX: pip3 install requests
  • python3-zxcvbn (pip3 install zxcvbn)
  • pyhton3-setuptools for the installation.

This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC

v1.0

01 Feb 21:34
v1.0
17dbd26
Compare
Choose a tag to compare

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 prospector and bandit as 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.0 or greater.
  • python3 (python 3.5 and 3.6 are supported)
  • python3-requests
    • Debian/Ubuntu: sudo apt-get install python3-requests
    • OSX: pip3 install requests
  • python3-zxcvbn (pip3 install zxcvbn)
  • pyhton3-setuptools for the installation.

This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC

pass-audit v0.1

24 Feb 18:18
v0.1
a78d7a6
Compare
Choose a tag to compare

First release of pass-audit, use with care. This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC

Requirements

  • pass 1.7.0 or greater.
  • python3 (python 3.5 and 3.6 are supported)
  • python3-requests