Version 1.2.6 released! #852
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.2.6
This update adds a new Service Class, ODS (On Demand Scan) that contains fifteen new API operations.
An additional 32 API operations are added to the FirewallManagement (9), MSSP (5), Hosts (1), InstallationTokens (1), Intel (2), Recon (7) and SampleUploads (7) Service Classes.
Python 3.11 is now fully supported.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-12-09 03:48:48.722722 Test results: No issues identified. Code scanned: Total lines of code: 43351 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):
Added features and functionality
Added: Nine new operations added to the FirewallManagement Service Class. (
get_network_location_details
,update_network_locations_metadata
,update_network_locations_precedence
,get_network_locations
,create_network_locations
,update_network_locations
,upsert_network_locations
,delete_network_locations
,query_network_locations
)firewall_management.py
_endpoint/_firewall_management.py
_payload/_firewall.py
tests/test_firewall_management.py
Added: Five new operations added to the Flight Control (MSSP) Service Class. (
getChildrenV2
,getCIDGroupMembersByV2
,getCIDGroupByIdV2
,getUserGroupMembersByIDV2
,getUserGroupsByIDV2
)mssp.py
_endpoint/_mssp.py
tests/test_mssp.py
Added: One new operation added to the Hosts Service Class. (
entities_perform_action
)hosts.py
_endpoint/_hosts.py
_payload/_generic.py
tests/test_hosts.py
Added: One new operation added to the InstallationTokens Service Class. (
customer_settings_update
)installation_tokens.py
_endpoint/_installation_tokens.py
_payload/_generic.py
tests/test_installation_tokens.py
Added: Two new operations added to the Intel Service Class. (
GetVulnerabilities
,QueryVulnerabilities
)intel.py
_endpoint/_intel.py
tests/test_intel.py
Added: New ODS Service Class (On Demand Scan) with fifteen new operations. (
aggregate_scans
,aggregate_scheduled_scans
,get_malicious_files_by_id
,cancel_scans
,get_scan_host_metadata_by_ids
,scans_report
,get_scans_by_scan_ids
,scans_report
,get_scheduled_scans_by_scan_ids
,schedule_scan
,delete_scheduled_scans
,query_malicious_files
,query_scan_host_metadata
,query_scans
,query_scheduled_scans
)__init__.py
ods.py
_endpoint/__init__.py
_endpoint/_ods.py
_endpoint/deprecated/__init__.py
_endpoint/deprecated/_ods.py
_payload/_ods.py
tests/test_ods.py
Added: Seven new operations added to the Recon Service Class. (
AggregateNotificationsExposedDataRecordsV1
,GetFileContentForExportJobsV1
,GetExportJobsV1
,CreateExportJobsV1
,DeleteExportJobsV1
,GetNotificationsExposedDataRecordsV1
,QueryNotificationsExposedDataRecordsV1
)recon.py
_endpoint/_recon.py
_payload/_recon.py
tests/test_recon.py
Added: Seven new operations added to the SampleUploads Service Class. (
ArchiveListV1
,ArchiveGetV1
,ArchiveDeleteV1
,ArchiveUploadV2
,ExtractionListV1
,ExtractionGetV1
,ExtractionCreateV1
)sample_uploads.py
_endpoint/_sample_uploads.py
_payload/_sample_uploads.py
tests/test_sample_uploads.py
tests/testfile.zip
Other
setup.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.2.6.
Beta Was this translation helpful? Give feedback.
All reactions