Skip to content

fix: Do not filter out evidences added by hints#5900

Merged
jeremylong merged 3 commits intomainfrom
issue-5894
Oct 5, 2023
Merged

fix: Do not filter out evidences added by hints#5900
jeremylong merged 3 commits intomainfrom
issue-5894

Conversation

@aikebah
Copy link
Copy Markdown
Collaborator

@aikebah aikebah commented Aug 27, 2023

Fixes Issue #5894

Description of Change

Add a marker to the evidences to indicate an evidence came from a hints file (as the evidence source is fully user-controllable the source is not usable to detect hint-origin) and avoid removal of those hints when filtering 'inaccurate' evidences in the VersionFilterAnalyzer.

Also removes the now obsolete hint for a historical Hibernate-validator false-negative that is already properly resolved since the switch to JSON datafeeds.

Have test cases been added to cover the new functionality?

no

@boring-cyborg boring-cyborg Bot added core changes to core tests test cases labels Aug 27, 2023
@aikebah aikebah added this to the 8.4.1 milestone Aug 27, 2023
Copy link
Copy Markdown
Collaborator

@jeremylong jeremylong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeremylong jeremylong merged commit 19dd71b into main Oct 5, 2023
@jeremylong jeremylong deleted the issue-5894 branch October 5, 2023 14:08
@jeremylong jeremylong mentioned this pull request Oct 21, 2023
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

core changes to core tests test cases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding version through through hints no longer shows up as evidence in the report

2 participants