Release diff: master → previous_release#16
Open
Th0rgal wants to merge 1 commit intoprevious_releasefrom
Open
Conversation
…ations (#15) - Fix webhook occurrence count doubling: Initialize occurrences to 0 before incrementing to match correct aggregation pattern - Fix DELETE removing custom modules by name: Add base_url filter to only delete localhost:402x modules, preserving user custom hosts - Fix migration failing for existing servers: Expand legacy port cleanup to include 4021-4026 to migrate servers from old tiered modules - Fix missing server_id validation: Add validation for empty server_id in create_module to match other write endpoints - Fix hardcoded zero detections on upsert: Query actual detection count instead of returning 0 for module responses
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.
Automated PR. The 'previous_release' branch is force-updated on every push to master to point at the commit before the push, so this PR always represents the current release diff.
Note
Overview
Improves module creation accuracy and validation, refines ingest-time cleanup of legacy modules, and fixes webhook occurrence aggregation.
Dashboard:
create_modulenow rejects emptyserver_idand returns realdetectionsby queryingfindingsusing a detector prefixIngest: expands removal of localhost legacy module entries to ports
4021-4026and only deletes deprecated named modules when they target legacy localhost portsWebhooks: batching groups findings by
(detector, severity)and correctly sumsoccurrenceswithout double-counting.gitignore: ignore
.claude/directoryWritten by Cursor Bugbot for commit 3c39797. This will update automatically on new commits. Configure here.