Version 1.2.7 - Kubernetes Protection, Sample Uploads operations. Alias fixes. #860
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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