Skip to content

Commit e09d60f

Browse files
committed
fix: rename finding
1 parent 7af8266 commit e09d60f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ def generate_html(self):
13231323
<!-- Protected Groups & AdminSDHolder -->
13241324
<div id="protected-users-section" v-if="protectedGroups.length > 0" class="bg-white dark:bg-gray-800 rounded-lg shadow p-6">
13251325
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">
1326-
<i class="fas fa-shield-alt text-teal-600"></i> Tier-0 User Accounts - Protected Users Audit ({{{{ unprotectedPrivilegedUsers.length }}}})
1326+
<i class="fas fa-shield-alt text-teal-600"></i> Not in Protected Users Group ({{{{ unprotectedPrivilegedUsers.length }}}})
13271327
</h2>
13281328
13291329
<div class="bg-teal-50 dark:bg-teal-900/20 border-l-4 border-teal-500 p-4 mb-6">

0 commit comments

Comments
 (0)