Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Conversation

aikebah
Copy link
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
Owner

@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
7 checks passed
@jeremylong jeremylong deleted the issue-5894 branch October 5, 2023 14:08
@jeremylong jeremylong mentioned this pull request Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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