Version 1.2.12 released! #926
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.12
This update provides five new operations to the KubernetesProtection Service Class and resolves several open issues.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.16 Run started:2023-02-27 00:14:45.161359 Test results: No issues identified. Code scanned: Total lines of code: 44412 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
create_rule
operation to allow for passing a list of dictionaries for thefield_values
keyword. Closes [ ENH ] Expand Custom IOA payload handlers to allow for list of dictionary submissions when acceptable #916._payload/_ioa.py
tests/test_custom_ioa.py
GetAzureInstallScript
,GetAzureTenantConfig
,GetAzureTenantIDs
,GetCombinedCloudClusters
, andGetStaticScripts
._endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
Issues resolved
_service_class.py
api_complete.py
SNYK-PYTHON-IPYTHON-3318382
.requirements-dev.txt
ids
keyword handlers for Uber Class operation calls. Closes [ BUG ] GetQuarantineFiles operation does not support the ids keyword when called from the Uber Class #919._uber_default_preferences.py
combinedQueryVulnerabilities
operation to properly list request limit of 5000. Closes [ DOC ] combinedQueryVulnerabilities operation supports 5000 results #922.spotlight_vulnerabilities.py
Other
source
parameter from endpoint module forArchiveUploadV2
operation._endpoint/_sample_uploads.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.12.
Beta Was this translation helpful? Give feedback.
All reactions