From eb1588ddc78cdf5229977e09edbeb9eaac3b205c Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 27 Sep 2020 17:12:10 -0400 Subject: [PATCH] Added release date for v2.3.0. Added link for policy tutorial. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cd9f41..df0f592 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,8 @@ $ brew install ssh-audit For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/). ## ChangeLog -### v2.3.0 (???) - - Added new policy auditing functionality to test adherence to a hardening guide/standard configuration. For an in-depth tutorial, see . +### v2.3.0 (2020-09-27) + - Added new policy auditing functionality to test adherence to a hardening guide/standard configuration (see `-L`/`--list-policies`, `-M`/`--make-policy` and `-P`/`--policy`). For an in-depth tutorial, see . - Created new man page (see `ssh-audit.1` file). - 1024-bit moduli upgraded from warnings to failures. - Many Python 2 code clean-ups, testing framework improvements, pylint & flake8 fixes, and mypy type comments; credit [Jürgen Gmach](https://github.com/jugmac00).