mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
Update validators.py
This commit is contained in:
parent
5433460af5
commit
8b020ac007
1 changed files with 3 additions and 3 deletions
|
|
@ -26,13 +26,13 @@ FORMATTED_OUTPUT_FORMAT="""
|
|||
|
||||
- - -
|
||||
|
||||
Errors
|
||||
Warnings
|
||||
|
||||
```
|
||||
%s
|
||||
```
|
||||
|
||||
Warnings
|
||||
Errors
|
||||
|
||||
```
|
||||
%s
|
||||
|
|
@ -312,7 +312,7 @@ else:
|
|||
warn_msg='\n'.join(results["warn"])
|
||||
else:
|
||||
warn_msg="There are no warnings for this check!"
|
||||
error_text.append(FORMATTED_OUTPUT_FORMAT%(checker,description,error_msg,warn_msg))
|
||||
error_text.append(FORMATTED_OUTPUT_FORMAT%(checker,description,warn_msg,error_msg))
|
||||
|
||||
error_text='\n- - -\n'.join(error_text)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue