-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog][keep-changelog]. | ||
|
||
## [1.0] - 2019-02-01 | ||
### 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](https://gitlab.com/roddhjav/pass-audit/security/dashboard), | ||
- Simplify the tests. | ||
|
||
### Fixed | ||
* Ignore the first line of a file when parsing user input [#10](https://github.com/roddhjav/pass-import//pull/10). | ||
* Include passwords not located in subdirectory in checks [#11](https://github.com/roddhjav/pass-import//pull/11). | ||
|
||
## [0.1] - 2018-02-24 | ||
|
||
* Initial release. | ||
|
||
|
||
[0.2]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0 | ||
[0.1]: https://github.com/roddhjav/pass-audit/releases/tag/v0.1 | ||
|
||
[keep-changelog]: https://keepachangelog.com/en/1.0.0/ |