Version 1.3.1 released! #1041
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v1.3.1
This version provides the following updates:
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2023-09-01 04:17:53.434424 Test results: No issues identified. Code scanned: Total lines of code: 53589 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):
Version 1.3.1
Added features and functionality
highVolumeQueryChanges
) from the FileVantage service collection._endpoint/_filevantage.py
filevantage.py
tests/test_filevantage.py
_error/__init__.py
_error/_warnings.py
_util/_functions.py
_util/_uber.py
__init__.py
add_comment
keyword added to the PerformIncidentAction operation within the Incidents Service Class. Closes [ ENH ] Add add_comment keyword argument to PerformIncidentAction operation #1003._payload/_incidents.py
incidents.py
tests/test_incidents.py
add-rule-group
andremove-rule-group
options added to performFirewallPoliciesAction operation in the Firewall Policies service collection._endpoint/_firewall_policies.py
firewall_policies.py
alert_ids
option added to QueryBehaviors operation in the _Incidents service collection._endpoint/_incidents.py
_endpoint/_falcon_complete_dashboard.py
falcon_complete_dashboard.py
tests/test_falcon_complete_dashboard.py
_endpoint/_falcon_container.py
falcon_container.py
test_falcon_container.py
ids
keyword argument added to GetIntelReportPDF and QueryMitreAttacks operations.if_none_match
andif_modified_since
keyword arguments added to GetLatestIntelRuleFile operation. Intel service collection._endpoint/_intel.py
intel.py
test_intel.py
override
method. This method mirrors functionality provided by theoverride
keyword within the Uber Class._service_class.py
_endpoint/_filevantage.py
filevantage.py
_payload/__init__.py
_payload/_filevantage.py
tests/test_filevantage.py
_endpoint/__init__.py
_endpoint/_cloud_snapshots.py
__init__.py
cloud_snapshots.py
_payload/__init__.py
_payload/_cloud_snapshots.py
tests/test_cloud_snapshot.py
_endpoint/_identity_protection.py
identity_protection.py
tests/test_identity_protection.py
Issues resolved
api_complete.py
_result/result.py
Other
_endpoint/_mssp.py
mssp.py
test_mssp.py
Installation
You can install this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
This discussion was created from the release Version 1.3.1.
Beta Was this translation helpful? Give feedback.
All reactions