Py42

Latest version: v1.27.1

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 14

1.1.1

Not secure
Fixed

- Issue causing `detectionlists` functions to fail.

1.1.0

Not secure
Added

- `sdk.alert.rules` methods:
- `add_user()`
- `remove_user()`
- `remove_all_users()`
- `get_all()`
- `get_by_name()`

- `sdk.alert.rules.exfiltration` methods:
- `get()`

- `sdk.alert.rules.cloudshare` methods:
- `get()`

- `sdk.alert.rules.filetypemismatch` methods:
- `get()`

Removed

- `sdk.securitydata.alerts`. use `sdk.alerts` instead.

1.0.1

Not secure
Added

- `sdk.archive.update_cold_storage_purge_date()`, allowing the changing of the date at which a cold storage archive will be purged.

Changed

- Exceptions that inherit from `Py42HTTPError` now return the original `requests.Response` object on the exception's
`.response` property instead of a string representation of the `HTTPError` that was raised.

- `departure_date` is now an optional parameter for `sdk.detectionlists.departing_employee.add()`.

- `py42.sdk.queries.alerts.alert_query.AlertQuery` no longer requires a `tenant_id` to be added to the query manually,
the `AlertClient.search()` method now adds the tenant_id automatically from the user_context.

1.0.0

Not secure
Changed

- `sdk.detectionlists` methods:
- `add_cloud_aliases()` > `add_cloud_alias()`
- `remove_cloud_aliases()` > `remove_cloud_alias`.

The above methods no longer support lists for their `alias` parameter.

0.9.0

Not secure
Added

- `sdk.detectionlists.departing_employee` methods:
- `set_alerts_enabled()`

Changed

- `sdk.detectionlists.departing_employee` methods:
- `create()` -> `add()`
- `resolve()` -> `remove()`
- `update()` -> `update_departure_date()`
- `get_by_id()` -> `get()`

0.8.1

Not secure
Changed

- `sdk.detectionlists` method renames:
- `create()` -> `create_user()`
- `get()` -> `get_user()`
- `get_by_id()` -> `get_user_by_id()`
- `update_notes()` -> `update_user_notes()`
- `add_risk_tag()` -> `add_user_risk_tags()`
- `remove_risk_tag()` -> `remove_user_risk_tags()`
- `add_cloud_alias()` -> `add_user_cloud_aliases()`
- `remove_cloud_alias()` -> `remove_user_cloud_aliases()`

Page 9 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.