Skip to content

Commit

Permalink
fixing error in ascii text
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshabi07 committed Feb 3, 2025
1 parent 40d90af commit d455019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Solutions/Jamf Protect/Parsers/JamfProtect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ FunctionQuery: |
eventTypeHuman == "bios_uefi",
"Collection of bios and firmware data",
eventTypeHuman == "btm_launch_item_add",
"Apple’s Background Task Manager notified that an item has been added",
"Apple\’s Background Task Manager notified that an item has been added",
eventTypeHuman == "btm_launch_item_remove",
"Apple’s Background Task Manager notified that an existing item has been removed",
"Apple\’s Background Task Manager notified that an existing item has been removed",
eventTypeHuman == "chroot",
"Software has changed its apparent root directory in which it's actively operating out of",
eventTypeHuman == "cs_invalidated",
Expand Down Expand Up @@ -129,9 +129,9 @@ FunctionQuery: |
eventTypeHuman == "unmount",
"A file system has been mounted",
eventTypeHuman == "xp_malware_detected",
"Apple’s XProtect detected malware on the system",
"Apple\’s XProtect detected malware on the system",
eventTypeHuman == "xp_malware_remediated",
"Apple’s XProtect remediated malware on the system",
"Apple\’s XProtect remediated malware on the system",
eventTypeHuman == "file_collection",
"A crash or diagnostic file has been collected",
eventTypeHuman == "log_collection",
Expand Down

0 comments on commit d455019

Please sign in to comment.