Crowdstrike-falconpy

Latest version: v1.4.6

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

Scan your dependencies

Page 9 of 15

0.9.0

**Release Candidate**

Added features and functionality
+ Added: Token generation failure reason tracking to Service and Uber classes. Closes 501.
- `_service_class.py`
- `api_complete.py`
- `oauth2.py`

**Example usage**
python
from falconpy import Detects

detects = Detects(client_id="bad ID", client_secret="bad secret")
if detects.token_status != 201:
print(detects.token_fail_reason)


Issues resolved
+ Fixed: Code hint warning in PyCharm for missing auth_object definition within _service_class.py.


---

0.8.11

Added features and functionality
+ Added: FileVantage Service Class and all related endpoints.
- `_endpoint/_filevantage.py`
- `_endpoint/__init__.py`
- `filevantage.py`
- `tests/test_filevantage.py`

---

0.8.10

Added features and functionality
+ Added: MessageCenter Service Class and all related endpoints.
- `_endpoint/_message_center.py`
- `_endpoint/__init__.py`
- `_payload/_message_center.py`
- `_payload/__init__.py`
- `message_center.py`
- `__init.py__`
- `tests/test_message_center.py`
- `.github/wordlist.txt`

Issues resolved
+ Fixed: Argument passed to a keyword argument only method error handling.
- `_util.py`
- `tests/test_hosts.py`
+ Fixed: Added non-keyword argument handler for `get_sample` method.
- `sample_uploads.py`

Other
+ Updated: Minor linting adjustments.
- `sample_uploads.py`
- `tests/test_overwatch_dashboard.py`
- `tests/test_prevention_policy.py`
+ Updated: README files updated to reflect new service collection.


---

0.8.9

Added features and functionality
+ Added: New operations (GetBehaviorDetections, GetConfigurationDetections) to both the CSPMRegistration Service Class and the Uber Class. Closes 482.
- `_endpoint/_cspm_registration.py`
- `cspm_registration.py`
- `tests/test_cspm_registration.py`

---

0.8.8

Issues resolved
+ Fixed: Added missing payload parameters to body payload handler for `update_policy_settings` method (UpdateCSPMPolicySettings operation) within the CSPMRegistration Service Class. Closes 473.
- `cspm_registration.py`
- `_payload/_cspm_registration.py`
- `tests/test_cspm_registration.py`

---

0.8.7

Issues resolved
+ Fixed: Stemmed vs. exact comparison for endpoint operation lookup within `args_to_params` method. Closes 467.
- `_util.py`

---

Page 9 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.