Skip to content

Releases: code42/code42cli

v1.14.3

06 Jul 15:06
1969575
Compare
Choose a tag to compare

1.14.3 - 2022-07-06

Fixed

  • Bug where the code42 security-data search command using a checkpoint and only the --include-non-exposure filter resulted in invalid page tokens.
  • Bug where code42 security-data search would only return 10,000 events on the first search when using a new checkpoint.

v1.14.2

17 Jun 18:41
ddb86a7
Compare
Choose a tag to compare

1.14.2 - 2022-06-17

Fixed

  • Bug where the code42 security-data search command using a checkpoint and only the --include-non-exposure filter constructed an invalid search query.

v1.14.1

13 Jun 18:24
9fb3656
Compare
Choose a tag to compare

1.14.1 - 2022-06-13

Fixed

  • watchlists bulk commands now accept CSVs with extra headers

v1.14.0

19 May 20:43
03acea3
Compare
Choose a tag to compare

1.14.0 - 2022-05-19

Added

  • watchlists command group for interacting with watchlists.

    • watchlists add for adding users to a watchlist
    • watchlists remove for removing users from a watchlist
    • watchlists list for listing existing watchlists
    • watchlists list-members for listing users who are members of a given watchlist
    • watchlist bulk add|remove for adding/removing multiple users via CSV file
  • users update-start-date command to add/modify the "start date" property of a User's risk profile.

  • users update-departure-date command to add/modify the "end date" property of a User's risk profile.

  • users update-risk-profile-notes command to add/modify the "notes" property of a User's risk profile.

v1.13.0

04 Apr 14:53
d7d3575
Compare
Choose a tag to compare

1.13.0 - 2022-04-04

Added

  • departing-employee bulk remove and high-risk-employee bulk remove commands now accept CSVs with an optional header, as well as extraneous columns if a header is provided.
  • Added devices rename and devices bulk rename commands to rename devices.
    • Note: Incydr devices cannot be renamed.
  • Added the following commands for managing users' cloud aliases:
    • users add-alias
    • users remove-alias
    • users list-aliases
    • users bulk add-alias
    • users bulk remove-alias

v1.12.1

21 Jan 21:23
1374875
Compare
Choose a tag to compare

1.12.1 - 2022-01-21

Fixed

v1.12.0

13 Dec 17:38
bffc798
Compare
Choose a tag to compare

1.12.0 - 2021-12-13

Fixed

  • Bug where device settings were unable to be serialized to json.

Added

  • --columns option to security-data search and security-data send-to commands which reduces output to only the specified colums/json keys. Accepts a comma-separated list of column names (case-insensitive).

Changed

  • Improved accuracy of checkpointing for security-data search (checkpoints every row as it is printed to stdout instead of just the last event of the search response).

v1.11.1

09 Nov 21:33
e08765c
Compare
Choose a tag to compare

1.11.1 - 2021-11-09

Changed

  • Updated minimum version of py42 to 1.19.3 to provide access to updated URI paths for new standardized versioning scheme

v1.11.0

22 Oct 15:36
c22ce9b
Compare
Choose a tag to compare

1.11.0 - 2021-10-22

Fixed

  • Incorrect column title on code42 trusted-activities bulk create command help text.
  • code42 devices list will now process --exclude-most-recently-connected prior to --last-connected-before instead of after.
  • The minimum required version of Python for code42cli is now correctly set as 3.6.2.

Added

  • New bulk commands to manage user roles

    • code42 users bulk add-roles
    • code42 users bulk remove-roles
  • New option --include-roles on code42 users list that includes the roles for all users.

  • New command code42 users show <username> that prints all the details of that user.

  • New commands to view orgs

    • code42 users orgs list
    • code42 users orgs show <org-uid>

v1.10.0

05 Oct 15:48
3427396
Compare
Choose a tag to compare

1.10.0 - 2021-10-05

Added

  • New option --include-legal-hold-membership on command code42 users list that includes the legal hold matter name and ID for any user on legal hold.

  • New commands for deactivating/reactivating Code42 user accounts:

    • code42 users deactivate
    • code42 users reactivate
    • code42 users bulk deactivate
    • code42 users bulk reactivate
  • code42 profile use now prompts you to select a profile when not given a profile name argument.

  • New trusted-activities commands for managing trusted activities and resources:

    • code42 trusted-activities create to create a trusted activity.
    • code42 trusted-activities update to update a trusted activity.
    • code42 trusted-activities remove to remove a trusted activity.
    • code42 trusted-activities list to print the details of all trusted activities.
    • code42 trusted-activities bulk create to bulk create trusted activities from a CSV file.
    • code42 trusted-activities bulk update to bulk update trusted activities from a CSV file.
    • code42 trusted-activities bulk remove to bulk remove trusted activities from a CSV file.

Fixed

  • Bug where audit-logs search with --use-checkpoint option was causing output formatting problems.
  • Improve error message for code42 users list, code42 devices list, code42 devices list-backup-sets