Conversation
alhumaw
approved these changes
Jul 15, 2026
crowdstrikedcs
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6.4
This update implements new operations and service collections. Type stubs are also included.
Unit test coverage
Bandit analysis
[main] INFO profile include tests: None [main] INFO profile exclude tests: None [main] INFO cli include tests: None [main] INFO cli exclude tests: None [main] INFO running on Python 3.14.4 Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01 Run started:2026-06-30 20:21:03.431529+00:00 Test results: No issues identified. Code scanned: Total lines of code: 135464 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 PEP 561 type stub (
.pyi) files for every service collection, along with apy.typedmarker, so type checkers and IDEs can surface method signatures, keyword arguments, and return types. Deprecated and decommissioned methods are annotated with@deprecatedso editors flag them at call sites.py.typed*.pyi(one stub per service collection)Added: Added
cloud_registration_gcp_post_terraform_scriptoperation to the Cloud Google Cloud Registration service collection._endpoint/_cloud_google_cloud_registration.pycloud_google_cloud_registration.pytests/test_cloud_google_cloud_registration.pyAdded: New Falcon Id service collection with four operations.
_endpoint/__init__.py_endpoint/_falcon_id.py_payload/__init__.py_payload/_falcon_id.py__init__.pyfalcon_id.pytests/test_falcon_id.pyAdded: Added
DevicesActionsDeleteV1operation to the Hosts service collection._endpoint/_hosts.pyhosts.pytests/test_hosts.pyAdded: Added
indicator_sdmf_query_v1operation to the Ioc service collection._endpoint/_ioc.pyioc.pytests/test_ioc.pyAdded: Added
CombinedKnowledgeBasesV1operation to the Knowledge Bases service collection._endpoint/_knowledge_bases.pyknowledge_bases.pytests/test_knowledge_bases.pyAdded: Added
UpdateParserExtensionoperation to the Ngsiem service collection._endpoint/_ngsiem.pyngsiem.pytests/test_ngsiem.pyAdded: Added
US-3region base URL to the BaseURL and ContainerBaseURL enums._enum/_base_url.py_enum/_container_base_url.pyUpdated: Added
accessed_classified_file,classified_file_accessed_byas allowededge_typevalues in the combined_edges_get operation, removededge_typevalueruns_sessionfrom the combined_edges_get operation, addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the combined_summary_get operation, addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the entities_vertices_get operation, and addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the entities_vertices_getv2 operation within the Threatgraph service collection._endpoint/_threatgraph.pythreatgraph.pyUpdated: Added
skip_artifact_resolutionas an allowed parameter in the WorkflowActivitiesCombined operation within the Workflows service collection._endpoint/_workflows.pyworkflows.py