-
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.4 - New service collections, operation updates and bug fixes #1175
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
intel
Threat Intel issues and questions
ioa
Custom IOA and IOA exclusion issues and questions
Discover
Discover or Discover for Cloud issues and questions
Horizon
Horizon issues and questions
FileVantage
FileVantage issues or questions
mobile enrollment
Issues or questions regarding mobile enrollment
Foundry
Issues or questions regarding Falcon Foundry
Fusion
Falcon Fusion issues and questions
ThreatGraph
ThreatGraph issues and questions
Exposure Management
Exposure Management questions or issues
API Integrations
API Integrations issues or questions
labels
Jun 4, 2024
jlangdev
approved these changes
Jun 4, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API Integrations
API Integrations issues or questions
Discover
Discover or Discover for Cloud issues and questions
Exposure Management
Exposure Management questions or issues
FileVantage
FileVantage issues or questions
Foundry
Issues or questions regarding Falcon Foundry
Fusion
Falcon Fusion issues and questions
Horizon
Horizon issues and questions
intel
Threat Intel issues and questions
ioa
Custom IOA and IOA exclusion issues and questions
mobile enrollment
Issues or questions regarding mobile enrollment
ThreatGraph
ThreatGraph 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 1.4.4
This update implements the following:
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.11.8 Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% Run started:2024-06-04 16:34:59.880373 Test results: No issues identified. Code scanned: Total lines of code: 69910 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 API Integrations service collection with two new operations, GetCombinedPluginConfigs and ExecuteCommand.
__init__.py
_endpoint/__init__.py
_endpoint/_api_integrations.py
_payload/__init__.py
_payload/_api_integrations.py
api_integrations.py
tests/test_api_integrations.py
tests/test_uber.py
Added: Added new allowed parameters for the GetCSPMAwsAccountScriptsAttachment operation within the CSPM Registration service collection.
_endpoint/_cspm_registration.py
cspm_registration.py
Added: Added one new operation (update_rules_v2) to the Custom IOA service collection.
_endpoint/_custom_ioa.py
_endpoint/deprecated/_custom_ioa.py
custom_ioa.py
tests/test_custom_ioa.py
Added: Added new allowed parameters for the GetD4CAWSAccountScriptsAttachment operation within the D4C Registration service collection.
_endpoint/_d4c_registration.py
d4c_registration.py
Added: Added new Exposure Management service collection with 6 new operations.
_endpoint/__init__.py
_endpoint/_exposure_management.py
_endpoint/deprecated/__init__.py
_endpoint/deprecated/_exposure_management.py
_payload/__init__.py
_payload/_exposure_management.py
__init__.py
exposure_management.py
tests/test_exposure_management.py
Added: Added five new operations to the FileVantage service collection.
_constant/__init__.py
_endpoint/_filevantage.py
_payload/__init__.py
_payload/_filevantage.py
filevantage.py
tests/test_filevantage.py
Added: Added
cql-master
,cql-update
, andcql-changelog
as allowed options for thetype
keyword within the GetLatestIntelRuleFile and QueryIntelRuleIds operations (Intel service collection)._endpoint/_intel.py
intel.py
Added: Added one new operation (RequestDeviceEnrollmentV4) to the Mobile Enrollment service collection.
_endpoint/_mobile_enrollment.py
_payload/__init__.py
_payload/_mobile_enrollment.py
mobile_enrollment.py
tests/test_mobile_enrollment.py
Added: Added new ThreatGraph service collection with 5 new operations.
__init__.py
_endpoint/__init__.py
_endpoint/_threatgraph.py
_util/_functions.py
_util/uber.py
threatgraph.py
tests/test_threatgraph.py
Added: Added two new operations (WorkflowActivitiesCombined and WorkflowTriggersCombined) to the Workflows service collection.
_endpoint/_workflows.py
workflows.py
tests/test_workflows.py
Issues resolved
Fixed: Resolved parameter abstraction issue when leveraging form data payloads with certain API operations. Closes [ BUG ] Large file uploads using UploadSampleV3 fail depending on syntax used #1160.
_util/__init__.py
_util/_functions.py
falconx_sandbox.py
foundry_logscale.py
message_center.py
sample_uploads.py
workflows.py
test_falconx_sandbox.py
test_message_center.py
test_sample_uploads.py
test_workflows.py
Fixed: Resolved collision with the
action
keyword argument within the Uber Class and API operations using this string as a key. Closes [ BUG ] Uber Class command method keyword "action" collides with action parameter utilized by updatePolicyHostGroups operation. #1161._util/_uber.py
api_complete/_advanced.py
Fixed: Resolved potential ValueError when providing invalid values to version comparison method.
_version.py
test_timeout.py
Other
Adjusted: Unit testing adjusted to allow 204 responses from DeletePolicy operation testing.
test_image_assessment_policies.py
Expanded: Unit testing expanded to test context authentication when
base_url
is not specified.test_zero_trust_assessment.py
Updated: Updated enumerator for the
sort
parameter definition for the QueryCasesIdsByFilter operation (Message Center service collection)._endpoint/_message_center.py
Updated: Updated
filter
parameter description for the query_iot_hosts operation within the Discover service collection._endpoint/_discover.py
_endpoint/deprecated/_discover.py
Removed: Removed one operation from the Drift Indicators service collection.
_endpoint/_drift_indicators.py
drift_indicators.py
tests/test_drift_indicators.py
Updated: Updated
sort
parameter description for the query_rulesMixin0 operation within the Custom IOA service collection._endpoint/_custom_ioa.py
_endpoint/deprecated/_custom_ioa.py
Removed: Removed three operations from the Kubernetes Protection service collection.
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
Updated: Updated
filter
parameter description for the ReadRunningContainerImages operation within the Kubernetes Protection service collection._endpoint/_kubernetes_protection.py