From f5191ffc978fd2663421dfb9cbe138dc99cd50d8 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 18 Dec 2025 12:57:51 -0500 Subject: [PATCH] Remove emojis from HTML report --- report.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/report.py b/report.py index 498370e..a530627 100644 --- a/report.py +++ b/report.py @@ -383,7 +383,7 @@ class NinjaOneReporter:
-

🛡️ NinjaOne CVE Report

+

NinjaOne CVE Report

Generated: {timestamp}

@@ -409,7 +409,7 @@ class NinjaOneReporter:
-

📊 Patches by Category

+

Patches by Category

Understanding what types of software are causing the most CVE exposure:

''' @@ -431,7 +431,7 @@ class NinjaOneReporter: html += '''
-

🏢 Patches by Organization

+

Patches by Organization

@@ -463,7 +463,7 @@ class NinjaOneReporter:
-

🚨 Critical Items Requiring Immediate Attention

+

Critical Items Requiring Immediate Attention

''' if critical_by_title: @@ -481,12 +481,12 @@ class NinjaOneReporter: ''' html += '' else: - html += '

✅ No critical items found!

' + html += '

No critical items found.

' html += '''
-

💻 Devices Needing Most Attention

+

Devices Needing Most Attention