-
Notifications
You must be signed in to change notification settings - Fork 120
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.4.2 - New operations and updates, expanded Environment Authentication #1134
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
enhancement 🌟
New feature or request
pipeline
CI/CD related
package
Pull requests that update the core package
python
Pull requests that update Python code or general Python related questions
Falcon Intelligence
Falcon Intelligence issues and questions
sensor download
Sensor download issues and questions
Discover
Discover or Discover for Cloud issues and questions
Horizon
Horizon issues and questions
labels
Mar 20, 2024
jshcodes
added
authentication
Issues or questions regarding authentication
Falcon Complete
Falcon Complete Dashboard issues and questions
container
Falcon Container questions or issues
alerts
Alerts issues or questions
Cloud Snapshots
Issues or questions related to Cloud Snapshots
Foundry
Issues or questions regarding Falcon Foundry
labels
Mar 20, 2024
jshcodes
force-pushed
the
dev
branch
2 times, most recently
from
March 20, 2024 19:04
831faa3
to
2e9f4d0
Compare
jshcodes
force-pushed
the
dev
branch
2 times, most recently
from
March 21, 2024 20:00
32c8086
to
38b5643
Compare
crowdstrikedcs
approved these changes
Mar 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alerts
Alerts issues or questions
authentication
Issues or questions regarding authentication
Cloud Snapshots
Issues or questions related to Cloud Snapshots
container
Falcon Container questions or issues
Discover
Discover or Discover for Cloud issues and questions
enhancement 🌟
New feature or request
Falcon Complete
Falcon Complete Dashboard issues and questions
Falcon Intelligence
Falcon Intelligence issues and questions
Foundry
Issues or questions regarding Falcon Foundry
Horizon
Horizon issues and questions
package
Pull requests that update the core package
pipeline
CI/CD related
python
Pull requests that update Python code or general Python related questions
sensor download
Sensor download issues and questions
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.4.2
This update implements the following:
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.11.4 Run started:2024-03-20 16:59:57.582211 Test results: No issues identified. Code scanned: Total lines of code: 66538 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
Expanded: Environment Authentication functionality has been expanded to allow developers to customize the names of the environment keys used to store API credentials.
_auth_object/_falcon_interface.py
_auth_object/_uber_interface.py
tests/test_authentications.py
Added:
include_hidden
argument added to the PostAggregatesAlertsV2, PatchEntitiesAlertsV3, PostEntitiesAlertsV2 and GetQueriesAlertsV2 operations within the Alerts Service Class.alerts.py
Added: Added 4 new operations to the Cloud Snapshots service collection.
_endpoint/_cloud_snapshots.py
_payload/__init__.py
_payload/_cloud_snapshots.py
cloud_snapshots.py
tests/test_cloud_snapshots.py
Added: Added GetRuntimeDetectionsCombinedV2 to the Container Detections service collection.
_endpoint/_container_detections.py
container_detections.py
tests/test_container_detections.py
Added: Added 3 new operations to the CSPM Registration service collection.
_endpoint/_cspm_registration.py
_payload/__init__.py
_payload/_cspm_registration.py
cspm_registration.py
tests/test_cspm_registration.py
Added: Added query_iot_hostsV2 operation to the Discover service collection.
_endpoint/_discover.py
_endpoint/deprecated/_discover.py
discover.py
tests/test_discover.py
Added: Added AggregateSupportIssues operation to the Falcon Complete Dashboard service collection.
_endpoint/_falcon_complete_dashboard.py
falcon_complete_dashboard.py
tests/test_falcon_complete_dashboard.py
Added: Added IngestDataAsyncV1 operation to the Foundry LogScale service collection.
_endpoint/_foundry_logscale.py
foundry_logscale.py
tests/test_foundry_logscale.py
Added: Added
infer_json_types
andmatch_response_schema
arguments to the CreateSavedSearchesDynamicExecuteV1, GetSavedSearchesExecuteV1 and CreateSavedSearchesExecuteV1 operations within the Foundry LogScale service collection._endpoint/_foundry_logscale.py
foundry_logscale.py
Added: Added
infer_json_types
argument to the GetSavedSearchesJobResultsDownloadV1 operation within the Foundry LogScale service collection._endpoint/_foundry_logscale.py
foundry_logscale.py
Added: Added 3 new operations to the Intel service collection.
_endpoint/_intel.py
intel.py
tests/test_intel.py
Added: Added 4 new operations to the Sensor Download service collection.
_endpoint/_sensor_download.py
sensor_download.py
tests/test_sensor_download.py
Added: Added
sanitize
argument to the WorkflowDefinitionsExport operation within the Workflows service collection._endpoint/_workflows.py
workflows.py
Added: Added 2 new operations to the Workflows service collection.
_endpoint/workflows.py
_payload/__init__.py
_payload/_workflows.py
workflows.py
tests/test_workflows.py
Issue resolved
Fixed: Resolved parsing issue with formData arguments provided to the ArchiveUploadV2 operation within the SampleUploads Service Class. Closes [ BUG ] ArchiveUploadV2 is not properly passing the password value to the formData payload #1122.
sample_uploads.py
Fixed: Resolved conversion issue with query string boolean parameters not being properly converted to lowercase before API submission. Closes [ BUG ] Boolean query string parameters are not being converted to lower case strings #1129.
_util/_functions.py
Other
Updated: Updated
body
argument description for the PatchEntitiesAlertsV3 operation within the endpoint module._endpoint/_alerts.py
Updated: Added
highest_cps_current_rating
as an allowed sort parameter to the ReadCombinedImagesExport operation within the Container Images service collection._endpoint/_container_images.py
Updated: Added
watch_permissions_key_changes
option to the createRules operation within the FileVantage service collection._endpoint/_filevantage.py
Updated: Updated operation and argument descriptions in the deprecated IOCS service collection.
_endpoint/_iocs.py
Updated: Added
prevented
as an allowed filter to the ReadKubernetesIomByDateRange, ReadKubernetesIomCount, SearchAndReadKubernetesIomEntities and SearchKubernetesIoms operations within the Kubernetes Protection service collection._endpoint/_kubernetes_protection.py
Updated: Updated the
body
argument description for the BatchAdminCmd and RTR_ExecuteAdminCommand operations within the Real Time Response Admin service collection._endpoint/_real_time_response_admin.py
_endpoint/deprecated/_real_time_response_admin.py
Updated: Updated the
body
argument description for the BatchActiveResponderCmd, BatchCmd, RTR_ExecuteActiveResponderCommand, and RTR_ExecuteCommand operations within the Real Time Response service collection._endpoint/_real_time_response.py
_endpoint/deprecated/_real_time_response.py
Removed: The CreateInventory operation is removed from the Cloud Snapshots Service Class.
_payload/__init__.py
_payload/_cloud_snapshots.py
cloud_snapshots.py
tests/test_cloud_snapshots.py
Removed: The WorkflowDefinitionsCreate operation is removed from the Workflows service collection.
_endpoint/_workflows.py
workflows.py
tests/test_workflows.py