Skip to content

[Security Solution] Incorrect merged version for Reference URLs in -AB scenarios #214171

@nikitaindik

Description

@nikitaindik

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:

  • Base version: <missing>
  • Current version: ["A"]
  • Target version: ["B"]

Expected merged version: ["B"]
Actual merged version: ["A", "B"] <- this is wrong because "A" URL was actually removed by the TRADE team

Metadata

Metadata

Assignees

Labels

Feature:Prebuilt Detection RulesSecurity Solution Prebuilt Detection Rules areaTeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:Detection Rule ManagementSecurity Detection Rule Management TeamTeam:Detections and RespSecurity Detection Response TeambugFixes 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.v8.18.0v8.19.0v9.0.0v9.1.0

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions