github code42/py42 v1.17.0

latest releases: v1.27.1, v1.27.0, v1.26.2...
3 years ago

1.17.0 - 2021-08-10

Added

  • RiskIndicator and RiskSeverity filter classes to new py42.sdk.queries.fileevents.filters.risk_filter module.

  • Support for Incydr SKUs that do not include backup and restore functionality to sdk.securitydata.stream_file_by_sha256() and sdk.securitydata.stream_file_by_md5().

  • New method sdk.alerts.get_all_alert_details() as a helper to make getting alerts with details easier (combines sdk.alerts.search_all_pages() and sdk.alerts.get_details()).

  • New method sdk.loginconfig.get_for_user() to identify if a user's login type is LOCAL, LOCAL_2FA, or CLOUD_SSO.

Removed

  • py42 no longer supports python 2.7 or python 3.5.

  • Usage of Py42MFARequiredError. Use sdk.loginconfig.get_for_user() instead to check if a user is configured for two-factor authentication.

  • FED (File Extraction Detection) - related functionality from the SecurityDataClient class

    • get_security_plan_storage_info_list()
    • get_all_plan_security_events()
    • get_all_user_security_events()
    • PlanStorageInfo class

Don't miss a new py42 release

NewReleases is sending notifications on new releases.