Skip to content

Commit 6f1957f

Browse files
authored
v5.6.1
1 parent de83aee commit 6f1957f

File tree

2 files changed

+0
-2
lines changed
  • lib
    • ProfileCritical/wordpress
    • ProfileHigh/wordpress

2 files changed

+0
-2
lines changed

lib/ProfileCritical/wordpress/wp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def check_vulnerabilities(target_url):
9898
if plugin_check_result and plugin_check_result["is_vulnerable"]:
9999
found_vulns = True
100100
except Exception as e:
101-
print(f"{Fore.RED}[!] Error while processing CVE {cve['cve_id']}: {e}{Style.RESET_ALL}")
102101
continue
103102

104103
except KeyboardInterrupt:

lib/ProfileHigh/wordpress/wp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def check_vulnerabilities(target_url):
9999
if plugin_check_result and plugin_check_result["is_vulnerable"]:
100100
found_vulns = True
101101
except Exception as e:
102-
print(f"{Fore.RED}[!] Error while processing CVE {cve['cve_id']}: {e}{Style.RESET_ALL}")
103102
continue
104103

105104
except KeyboardInterrupt:

0 commit comments

Comments
 (0)