Skip to content

refactor: Rename `Issue` struct to `Vulnerability`

Lucas Charles requested to merge rename-issue-struct-to-vulnerability into master

What does this MR do?

Renames Issue struct to Vulnerability. This is purely a refactoring change that we can carry out now that we have split issue.go from common, making this change opt-in for anyone seeking to switch dependencies

Also introduces testify to replace basic assertions

What are the relevant issue numbers?

Relates to gitlab-org/gitlab#8398 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports