Skip to content

Commit

Permalink
Fix potential issue with infinite title resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed May 2, 2024
1 parent 3b56e55 commit 254f939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pareto/Checks/Access Security/NoUnusedUsers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NoUnusedUsers: ParetoCheck {
}

override var TitleOFF: String {
"Unused user accounts are present (" + accounts.joined(separator: ",") + ")"
"Unused user accounts are present"
}

var accounts: [String] {
Expand Down

0 comments on commit 254f939

Please sign in to comment.