Version 1.2.7 released! #863
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.7
This update adds one operation to the SampleUploads Service Class and four new operations to the KubernetesProtection Service Class.
Two issues related to legacy operation redirects are also resolved.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-12-18 19:00:52.161278 Test results: No issues identified. Code scanned: Total lines of code: 43755 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
ArchiveUploadV1
.sample_uploads.py
tests/test_sample_uploads.py
ListAzureAccounts
,CreateAzureSubscription
,DeleteAzureSubscription
, andPatchAzureServicePrincipal
.kubernetes_protection.py
tests/test_kubernetes_protection.py
Issues resolved
Fixed: Missing redirection endpoints for legacy operations within the MSSP Service Class. (
getCIDGroupMembersByV1
,getCIDGroupByIdV1
,getUserGroupMembersByIDV1
andgetUserGroupsByIDV1
) Calls to the generic operation ID (ex:getUserGroupsByID
) are redirected to the v2 equivalent. Closes [ BUG ] V2 redirections need to be updated within the _endpoint module for Uber Class usage (MSSP service collection) #859.mssp.py
Fixed: Added missing redirection for
update_policy_container_v2
operation to the FirewallManagement Service Class. Closes [ BUG ] Add missing alias for update_policy_container_v2 to the FirewallManagement Service Class #856.firewall_management.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.7.
Beta Was this translation helpful? Give feedback.
All reactions