Adjust MergeRequestController not to use `Vulnerabilities::Feedback`

The MergeRequests Controller provides information to the merge request security report diff widget for pre-merge comparisons. This information provides links to findings which have had issues and merge requests created associated to them by providing the linking vulnerability feedback.

As we are deprecating the vulnerability feedback model, this needs to be appropriately flagged off.

Implementation Plan