Skip to content

v1.1.0

Compare
Choose a tag to compare
@antazoey antazoey released this 18 Dec 18:07
aecbef8

Fixed

  • Issue where code42 profile delete was allowed without giving a profile_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 for code42 profile delete, as it was meant to be.

  • The --advanced-query option on alerts search and security-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.