Draft: Add type handling for findings with locations saved as Strings
What does this MR do and why?
Add type handling for findings with locations saved as Strings
In some cases we are seeing the value of Finding locations being returned as a string, breaking API functionality (like dismissal). Particularly, in the #sha method where .dig is called on the location value (String values will throw an error).
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #578431