-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.3.1 - New Cloud Snapshots collection, FileVantage operations #1036
Conversation
884bfc5
to
70dd1f2
Compare
src/falconpy/_payload/_incidents.py
Outdated
@@ -41,6 +41,7 @@ def incident_action_parameters(passed_keywords: dict) -> list: | |||
"""Create a properly formatted action_parameters branch for incident action payload operations. | |||
|
|||
Available keywords | |||
add_comment - Adds the associated value as a new cmoment on all the incidents in the ids list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling, not sure if this is coming in from generated docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh! Nice catch, correcting now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be resolved.
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