mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-31 05:25:28 +01:00 
			
		
		
		
	Bumped version to v3.0.0.
This commit is contained in:
		| @@ -178,7 +178,7 @@ For convenience, a web front-end on top of the command-line tool is available at | |||||||
|  |  | ||||||
| ## ChangeLog | ## ChangeLog | ||||||
|  |  | ||||||
| ### v3.0.0-dev (2023-??-??) | ### v3.0.0 (2023-09-07) | ||||||
|  - Results from concurrent scans against multiple hosts are no longer improperly combined; bug discovered by [Adam Russell](https://github.com/thecliguy). |  - Results from concurrent scans against multiple hosts are no longer improperly combined; bug discovered by [Adam Russell](https://github.com/thecliguy). | ||||||
|  - Hostname resolution failure no longer causes scans against multiple hosts to terminate unexpectedly; credit [Dani Cuesta](https://github.com/daniel-cues). |  - Hostname resolution failure no longer causes scans against multiple hosts to terminate unexpectedly; credit [Dani Cuesta](https://github.com/daniel-cues). | ||||||
|  - Algorithm recommendations resulting from warnings are now printed in yellow instead of red; credit [Adam Russell](https://github.com/thecliguy). |  - Algorithm recommendations resulting from warnings are now printed in yellow instead of red; credit [Adam Russell](https://github.com/thecliguy). | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| """ | """ | ||||||
|    The MIT License (MIT) |    The MIT License (MIT) | ||||||
|  |  | ||||||
|    Copyright (C) 2017-2021 Joe Testa (jtesta@positronsecurity.com) |    Copyright (C) 2017-2023 Joe Testa (jtesta@positronsecurity.com) | ||||||
|  |  | ||||||
|    Permission is hereby granted, free of charge, to any person obtaining a copy |    Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
|    of this software and associated documentation files (the "Software"), to deal |    of this software and associated documentation files (the "Software"), to deal | ||||||
| @@ -22,7 +22,7 @@ | |||||||
|    THE SOFTWARE. |    THE SOFTWARE. | ||||||
| """ | """ | ||||||
| # The version to display. | # The version to display. | ||||||
| VERSION = 'v3.0.0-dev' | VERSION = 'v3.0.0' | ||||||
|  |  | ||||||
| # SSH software to impersonate | # SSH software to impersonate | ||||||
| SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' | SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joe Testa
					Joe Testa