File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ $ docker pull positronsecurity/ssh-audit
175175For 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/ ) .
176176
177177## ChangeLog
178- ### v2.5.0-dev (??? )
178+ ### v2.5.0 (2021-08-26 )
179179 - Fixed crash when running host key tests.
180180 - Handles server connection failures more gracefully.
181181 - Now prints JSON with indents when ` -jj ` is used (useful for debugging).
Original file line number Diff line number Diff line change 2121 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222 THE SOFTWARE.
2323"""
24- VERSION = 'v2.5.0-dev '
24+ VERSION = 'v2.5.0'
2525SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' # SSH software to impersonate
2626GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues' # The URL to the Github issues tracker.
2727WINDOWS_MAN_PAGE = ''
You can’t perform that action at this time.
0 commit comments