[Security Solution] Incorrect comments type throws error in edit exception item API call #149971
Labels
bug
Fixes for quality problems that affect the customer experience
fixed
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:Detection Alerts
Security Detection Alerts Area Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
v8.6.2
v8.7.0
Overview
When users edit exception items from the edit exception flyout, there is an edge case in which the close alerts checkbox causes some of the edit functionality to break on submit
Repro
Close all alerts that match this exception
checkboxEdit exception
button to submit the formNotes
The error occurs in this file where we send the incorrect version of the comments type via the api. In order to fix we just need to remove extraneous types from the
_create_filter
api callThis also stems from #149891 where some types and schemas aren't congruent, yet don't present that in code which causes errors in api calls
The text was updated successfully, but these errors were encountered: