You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to fix DependencyTrack/dependency-track#3834 and make vulnerabilities elements in BOMs and VEXs unique, is to make Vulnerability objects comparable to one another on a fields basis. To get this, we need custom equals and hashCode methods.
Use all fields of Vulnerability objects, except for `affects`, for
deduplicated.
Requires CycloneDX/cyclonedx-core-java#463.
Signed-off-by: Kirill.Sybin <kirill.sybin@lex-com.net>
Use all fields of Vulnerability objects, except for `affects`, for
deduplicated.
Requires CycloneDX/cyclonedx-core-java#463.
Signed-off-by: Kirill.Sybin <kirill.sybin@lex-com.net>
SaberStrat
pushed a commit
to SaberStrat/dependency-track
that referenced
this issue
Aug 7, 2024
Bump library to use the version containing the required enchangement
CycloneDX/cyclonedx-core-java#463
Signed-off-by: Kirill.Sybin <kirill.sybin@lex-com.net>
One way to fix DependencyTrack/dependency-track#3834 and make
vulnerabilities
elements in BOMs and VEXs unique, is to make Vulnerability objects comparable to one another on a fields basis. To get this, we need customequals
andhashCode
methods.This would be part of the fix to the above issue I'm working on in the PR DependencyTrack/dependency-track#3948.
The text was updated successfully, but these errors were encountered: