Make Vulnerability objects comparable by value#464
Conversation
|
@SaberStrat FYI the build failures should be fixed by #469, I am currently waiting for a review on that. Once merged, you can rebase your branch and the build will work. |
|
@SaberStrat thank you for your PR. The #469 PR has been merged. Could you please rebase your PR? |
Enables comparison of two Vulnerability objects by their field values. Signed-off-by: Kirill.Sybin <[email protected]>
4add0b1 to
8b67e69
Compare
|
Rebased for #469 |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Enables comparison of two Vulnerability objects by their fields' values.
Implements #463