Skip to content

Change message to title in sarif.go

Serena Fang requested to merge change-message-to-title into main

What does this MR do?

In the Updates to the 15-x-x schema with %16.0 deprecations, we did not update our SARIF conversion logic to output the title field in place of message. This is resulting in vulnerability titles like <code data-sourcepos="3:263-3:293">CWE-89 in SQLiteRoleProvider.cs</code> instead of the more descriptive message field "Sensitive cookie without 'HttpOnly' flag"

This MR updates sarif.go to output Message as Title

What are the relevant issue numbers?

gitlab-org/gitlab#414742 (closed)

Does this MR meet the acceptance criteria?

Edited by Serena Fang

Merge request reports