From 367692067621f2c95ac671742c86d1ba6db8cf3e Mon Sep 17 00:00:00 2001 From: Bert-Jan <91258706+Bert-JanP@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:22:54 +0200 Subject: [PATCH] Update patch_review.py Almost feel bad for making the PR for such a typo. Thanks, awesome script :) --- patch_review.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch_review.py b/patch_review.py index 36bc1cd..74840cb 100644 --- a/patch_review.py +++ b/patch_review.py @@ -152,6 +152,6 @@ def print_header(title): print(f' [-] {cve_id} - {cvss_score} - {title}') exploitation = exploitation_likely(all_vulns) - print(f'[+] Found {exploitation["counter"]} vulnerabilites more likely to be exploited') + print(f'[+] Found {exploitation["counter"]} vulnerabilities more likely to be exploited') for cve in exploitation['cves']: - print(f' [-] {cve} - https://www.cve.org/CVERecord?id={cve.split()[0]}') \ No newline at end of file + print(f' [-] {cve} - https://www.cve.org/CVERecord?id={cve.split()[0]}')