Releases: code42/code42cli
Releases · code42/code42cli
v1.14.5
v1.14.4
v1.14.3
1.14.3 - 2022-07-06
Fixed
- Bug where the
code42 security-data searchcommand using a checkpoint and only the--include-non-exposurefilter resulted in invalid page tokens. - Bug where
code42 security-data searchwould only return 10,000 events on the first search when using a new checkpoint.
v1.14.2
v1.14.1
v1.14.0
1.14.0 - 2022-05-19
Added
-
watchlistscommand group for interacting with watchlists.watchlists addfor adding users to a watchlistwatchlists removefor removing users from a watchlistwatchlists listfor listing existing watchlistswatchlists list-membersfor listing users who are members of a given watchlistwatchlist bulk add|removefor adding/removing multiple users via CSV file
-
users update-start-datecommand to add/modify the "start date" property of a User's risk profile. -
users update-departure-datecommand to add/modify the "end date" property of a User's risk profile. -
users update-risk-profile-notescommand to add/modify the "notes" property of a User's risk profile.
v1.13.0
1.13.0 - 2022-04-04
Added
departing-employee bulk removeandhigh-risk-employee bulk removecommands now accept CSVs with an optional header, as well as extraneous columns if a header is provided.- Added
devices renameanddevices bulk renamecommands to rename devices.- Note: Incydr devices cannot be renamed.
- Added the following commands for managing users' cloud aliases:
users add-aliasusers remove-aliasusers list-aliasesusers bulk add-aliasusers bulk remove-alias
v1.12.1
v1.12.0
1.12.0 - 2021-12-13
Fixed
- Bug where device settings were unable to be serialized to json.
Added
--columnsoption tosecurity-data searchandsecurity-data send-tocommands 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
1.11.1 - 2021-11-09
Changed
- Updated minimum version of py42 to
1.19.3to provide access to updated URI paths for new standardized versioning scheme