-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.3.5 - New API operations and minor fixes #1092
Merged
Conversation
This file contains 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
jshcodes
added
pipeline
CI/CD related
unit testing
Pull requests that include unit testing updates
package
Pull requests that update the core package
hosts
Hosts or Host Groups issues and questions
Horizon
Horizon issues and questions
kubernetes
Kubernetes Protection issues and questions
container
Falcon Container questions or issues
alerts
Alerts issues or questions
documentation 📖
Improvements or additions to documentation
labels
Dec 22, 2023
jshcodes
force-pushed
the
dev
branch
2 times, most recently
from
December 22, 2023 21:23
8620d05
to
b30b656
Compare
crowdstrikedcs
approved these changes
Dec 22, 2023
jlangdev
approved these changes
Dec 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alerts
Alerts issues or questions
container
Falcon Container questions or issues
documentation 📖
Improvements or additions to documentation
Horizon
Horizon issues and questions
hosts
Hosts or Host Groups issues and questions
kubernetes
Kubernetes Protection issues and questions
package
Pull requests that update the core package
pipeline
CI/CD related
unit testing
Pull requests that include unit testing updates
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.3.5
This update implements 99 new API operations, adds 9 new service collections (with matching Service Classes), and implements some minor fixes.
Cosmetic updates related to changes to the module file generator are also present in individual files within the endpoint module.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2023-12-22 20:43:04.785829 Test results: No issues identified. Code scanned: Total lines of code: 63287 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
_endpoint/_alerts.py
alerts.py
tests/test_alerts.py
source_event_url
argument added to the WorkflowExecute operation definition within the endpoint module._endpoint/_workflows.py
_endpoint/__init__.py
_endpoint/_configuration_assessment.py
__init__.py
configuration_assessment.py
tests/test_configuration_assessment.py
_endpoint/__init__.py
_endpoint/_configuration_assessment_evaluation_logic.py
__init__.py
configuration_assessment_evaluation_logic.py
tests/test_configuration_assessment_evaluation_logic.py
_endpoint/__init__.py
_endpoint/_container_alerts.py
__init__.py
container_alerts.py
tests/test_container_alerts.py
_endpoint/__init__.py
_endpoint/_container_detections.py
__init__.py
container_detections.py
tests/test_container_detections.py
_endpoint/__init__.py
_endpoint/_container_images.py
__init__.py
container_images.py
tests/test_container_images.py
_endpoint/__init__.py
_endpoint/_container_packages.py
__init__.py
container_packages.py
tests/test_container_packages.py
_endpoint/__init__.py
_endpoint/_container_vulnerabilities.py
__init__.py
container_vulnerabilities.py
tests/test_container_vulnerabilities.py
next_token
argument added to the GetConfigurationDetectionIDsV2 operation within the CSPM Registration service collection._endpoint/_cspm_registration.py
cspm_registration.py
_endpoint/__init__.py
_endpoint/_drift_indicators.py
__init__.py
drift_indicators.py
tests/test_drift_indicators.py
_endpoint/_falcon_complete_dashboard.py
falcon_complete_dashboard.py
tests/test_falcon_complete_dashboard.py
check_test_data
is added to ListReposV1.app_id
is added to CreateSavedSearchesDynamicExecuteV1.app_id
is added to GetSavedSearchesExecuteV1.app_id
is added to CreateSavedSearchesExecuteV1.check_test_data
is added to ListViewV1.mode
andversion
have been removed from CreateSavedSearchesExecuteV1._endpoint/_foundry_logscale.py
foundry_logscale.py
tests/test_foundry_logscale.py
_endpoint/_hosts.py
hosts.py
tests/test_hosts.py
_endpoint/_ioc.py
_endpoint/deprecated/_ioc.py
ioc.py
tests/test_ioc.py
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
_endpoint/_ods.py
_endpoint/deprecated/_ods.py
ods.py
tests/test_ods.py
_endpoint/_real_time_response_admin.py
_endpoint/deprecated/_real_time_response_admin.py
real_time_response_admin.py
tests/test_real_time_response_admin.py
_endpoint/__init__.py
_endpoint/_unidentified_containers.py
__init__.py
unidentified_containers.py
tests/test_unidentified_containers.py
Issues resolved
batch_id
andbatch_get_cmd_req_id
not available on pythonic Result object._result/_result.py
_result/_result.py
trace_id
property is not available on Result objects that do not contain a Meta attribute._result/_headers.py
_result/_result.py
ids
argument within the GetCSPMPolicy operation fromstring
tointeger
._endpoint/_cspm_registration.py
Other
limit
keyword was resolved in the QueryDetects operation docstring. Closes [ DOC ] Default value for limit is incorrectly listed in documentation for the QueryDetects operation #1089.detects.py
_result/_result.py
_endpoint/*
_endpoint/_user_management.py
_endpoint/_firewall_management.py
_endpoint/__init__.py
_endpoint/_cloud_snapshots.py
cloud_snapshots.py
_endpoint/_sample_uploads.py
_endpoint/_falconx_sandbox.py
tests/test_falconx_sandbox.py