-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Security Solution] Incorrect merged version for Reference URLs in -AB scenarios #214171
Copy link
Copy link
Closed
Copy link
Labels
Feature:Prebuilt Detection RulesSecurity Solution Prebuilt Detection Rules areaSecurity Solution Prebuilt Detection Rules areaTeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:Detection Rule ManagementSecurity Detection Rule Management TeamSecurity Detection Rule Management TeamTeam:Detections and RespSecurity Detection Response TeamSecurity Detection Response TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.v8.18.0v8.19.0v9.0.0v9.1.0
Metadata
Metadata
Assignees
Labels
Feature:Prebuilt Detection RulesSecurity Solution Prebuilt Detection Rules areaSecurity Solution Prebuilt Detection Rules areaTeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:Detection Rule ManagementSecurity Detection Rule Management TeamSecurity Detection Rule Management TeamTeam:Detections and RespSecurity Detection Response TeamSecurity Detection Response TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.v8.18.0v8.19.0v9.0.0v9.1.0
Type
Fields
Give feedbackNo fields configured for Bug.
PR: #214161
For the Reference URLs field we merge current and target arrays, which leads to old and potentially broken URLs from the base/current version ending up in the merged result.
Example:
<missing>Expected merged version: ["B"]
Actual merged version: ["A", "B"] <- this is wrong because "A" URL was actually removed by the TRADE team