New bleeding edge / development builds (v1.2.7) now available! #862
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.
Planned release date
This update will release to the stable package in the production index on 12.21.2022.
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
Bleeding Edge Installation
You can check out 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
Development Package Installation
This update is immediately available within the
crowdstrike-falconpy-dev
package.You can check out this new version by installing the package via the Python Package Index.
or
Upgrading
Existing development package users can upgrade to this new release by installing the update via the Python Package Index.
or
Beta Was this translation helpful? Give feedback.
All reactions