v1.1.0
Fixed
- Issue where
code42 profile delete
was allowed without giving aprofile_name
even
though deleting the default profile is not allowed.
Added
code42 audit-logs
commands:search
to search for audit-logs.send-to
to send audit-logs to server.
Changed
-
profile_name
argument is now required forcode42 profile delete
, as it was meant to be. -
The
--advanced-query
option onalerts search
andsecurity-data (search|send-to)
commands has been updated:- It can now accept the query as a JSON string or as the path to a file containing the JSON query.
- It can be used with the
--use-checkpoint/-c
option.
-
Now, when adding a cloud alias to a detection list user, such as during
departing-employee add
, it will remove the existing cloud alias if one exists.- Before, it would error and the cloud alias would not get added.