Skip to content

Commit

Permalink
fix: Simplify Cortex XDR antivirus name reported in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 4, 2024
1 parent 844f70e commit db025d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/Task/Inventory/Win32/AntiVirus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ sub _setCortexInfos {
my ($antivirus, $logger, $command) = @_;

$antivirus = {
NAME => "Cortex XDRT Advanced Endpoint Protection",
NAME => "Cortex XDR",
} unless $antivirus;

$antivirus->{COMPANY} = "Palo Alto Networks";
Expand Down

0 comments on commit db025d1

Please sign in to comment.