Upgrade Security APIs with Automated Enforcement and Heimdall Integration#58
Open
cto-new[bot] wants to merge 1 commit into
Open
Upgrade Security APIs with Automated Enforcement and Heimdall Integration#58cto-new[bot] wants to merge 1 commit into
cto-new[bot] wants to merge 1 commit into
Conversation
…all integration Implements advanced security analytics APIs, device and IP clustering, and introduces automated anomaly enforcement. Integrates a real-time Heimdall middleware to block or redirect users, with robust manual override endpoints and audit trails. - Adds endpoints for analytics, device/IP clusters, and anomalies with filters. - Implements backend enforcement, blocklist via Redis, and notification hooks. - Introduces approval/ignore routes for anomaly review and rollbacks. - Extends tests for enforcement workflow and Heimdall integration. - Updates documentation for new APIs, DB schema, and usage guides. These changes greatly strengthen backend security, enable automated defense triggers, and facilitate correlation across anomalous device/IP/behavior data.
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.
Summary
This PR introduces advanced security APIs, anomaly enforcement automation, device/IP clustering analytics, and integrates the Heimdall middleware for real-time blocking and remediation.
Details
/api/security/dashboard,/api/security/devices,/api/security/ip-clusters,/api/security/anomaliesfor actionable telemetry and forensic analysisDeviceFingerprint,IPCluster, andSecurityAnomalywith associated DB migrationsWarning: Task VM test is not passing, cto.new will perform much better if you fix the setup