Check for remediations nonemptiness
`Vulnerabilities::Finding#raw_metadata` can have a key `remediations` of value `[null]` which will get serialized to `[nil]` and the passed to `ee/app/views/vulnerabilities/issue_description.md.erb` which will satisfy `vulnerability.remediations.present?` check but will fail upon accessing any keys.
Showing
Please register or sign in to comment