mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-19 13:45:57 +00:00
Update validators.py
This commit is contained in:
+3
-3
@@ -26,13 +26,13 @@ FORMATTED_OUTPUT_FORMAT="""
|
|||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
Errors
|
Warnings
|
||||||
|
|
||||||
```
|
```
|
||||||
%s
|
%s
|
||||||
```
|
```
|
||||||
|
|
||||||
Warnings
|
Errors
|
||||||
|
|
||||||
```
|
```
|
||||||
%s
|
%s
|
||||||
@@ -312,7 +312,7 @@ else:
|
|||||||
warn_msg='\n'.join(results["warn"])
|
warn_msg='\n'.join(results["warn"])
|
||||||
else:
|
else:
|
||||||
warn_msg="There are no warnings for this check!"
|
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)
|
error_text='\n- - -\n'.join(error_text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user