Open
Conversation
(cherry picked from commit 378ef52)
- Added support for custom detection rules in the Armour integration. - Introduced new functions to submit process, file, and network events to the detection manager. - Updated the DNS proxy to submit DNS events when custom detection rules are enabled. - Refactored the agent's DNS handling to ensure proper execution flow when Docker is uninstalled. (cherry picked from commit 8192dfe)
- Introduced TelemetryURL in the ApiClient struct to allow separate telemetry endpoint usage. - Updated the agent to utilize TelemetryURL for sending DNS records and network connections. - Enhanced configuration handling to initialize TelemetryURL from the config file, defaulting to APIURL if not specified. (cherry picked from commit 93e00d3)
- Eliminated the call to submitDNSEvent in the handleNetworkEvent function, streamlining the event handling process. (cherry picked from commit a1eac7b)
(cherry picked from commit ee69267)
- Added a new configuration option to enable custom detection rules in the agent's run function. (cherry picked from commit 75a349e)
- Changed the assignment of OneTimeKey in the agent's run function to use apiclient.OneTimeKey. - Updated the Armour dependency version from v1.1.3 to v1.2.0 in go.mod and go.sum. (cherry picked from commit d4bfe1b)
…sys to v0.40.0 - Upgraded OpenTelemetry packages in go.mod and go.sum to version 1.40.0. - Updated golang.org/x/sys dependency to version 0.40.0. (cherry picked from commit 72f6f12)
- Moved the call to submitFileEvent to occur after unlocking the fileMutex, improving the event handling flow. (cherry picked from commit 025b442)
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.
No description provided.