New bleeding edge / development builds (v1.5.3) now available! #1351
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
Uh oh!
There was an error while loading. Please reload this page.
-
FalconPy v1.5.3
This update provides the new Kubernetes Container Compliance service collection, updates several parameters, implements four fixes and provides the new
find_operation
helper.Planned release date
This update will release to the stable package in the production index on 06.13.2025.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.13.3 Run started:2025-06-09 23:13:17.060386 Test results: No issues identified. Code scanned: Total lines of code: 94956 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: Added new Kubernetes Container Compliance service collection containing 11 new operations.
_endpoint/__init__.py
_endpoint/_kubernetes_container_compliance.py
__init__.py
kubernetes_container_compliance.py
tests/test_kubernetes_container_compliance.py
Added: New
filter
andsort
parameter options added to the cloud_security_assets_queries operation within the Cloud Security Assets service collection.application_security.business_applications
application_security.business_criticality
application_security.service_names
tags
compartment_name
compartment_ocid
compartment_path
tenancy_name
tenancy_ocid
tenancy_type
_endpoint/_cloud_security_assets.py
_endpoint/deprecated/_cloud_security_assets.py
cloud_security_assets.py
Added: Added new
find_operation
helper._helper/__init__.py
_helper/_find_operation.py
__init__.py
tests/test_helper.py
Added: Added
filter
parameter to the ReadContainerCountByRegistry operation within the Kubernetes Protection service collection._endpoint/_kubernetes_protection.py
kubernetes_protection.py
Issues resolved
Fixed: Resolved issue with
file
parameter name in file tuples used for the CreateFileV1 and UpdateFileV1 operations within the FoundryLogscale Service Class.foundry_logscale.py
Adjusted: Removed default values from HEC ingestion payload class that should be defined within the NGSIEM parser and not the event.
_ngsiem/_ingest_payload.py
Fixed: Added
excluded_from
to the payload handler for exclusion payloads. Updated createMLExclusionsV1 docstring to reflect new functionality._payload/_generic.py
ml_exclusions.py
Fixed: Added
is_descendant_process
to the updateMLExclusionsV1 operation within the ML Exclusions Service Class._payload/_generic.py
ml_exclusions.py
Other
Updated: Cosmetic updates to
filter
parameter descriptions in 11 operations within the Container Image Compliance service collection._endpoint/_container_image_compliance.py
Revised: Updated HTTP Event Collector (HEC) default ingestion payload handling to remove fields that should be handled by parsing.
_ngsiem/_ingest_payload.py
Updated: Updated
filter
parameter description and docstring for the QueryVulnerabilities operation within the Intel service collection._endpoint/_intel.py
intel.py
Updated: Cosmetic updates to
filter
parameter description in the cloud_security_registration_oci_get_account operation within the Cloud OCI Registration service collection._endpoint/_cloud_oci_registration.py
_endpoint/deprecated/_cloud_oci_registration.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