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

QA - Fix Vulnerability Detection mismatch in scans by addingFORMAT field to GlobalDB Query #5053

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

GabrielEValenzuela
Copy link
Member

@GabrielEValenzuela GabrielEValenzuela commented Mar 1, 2024

Related issue
#22241

Objective

This PR addresses the critical issue of mismatched results between normal vulnerability scans and re-scans within the Vulnerability Detection module, by incorporating the FORMAT field into the query to the global database (GlobalDB), we aim to enhance the accuracy and consistency of vulnerability detection results, ensuring that scans accurately reflect the current state of system vulnerabilities.

Description

Modify the current mock to add the missing format field.

@GabrielEValenzuela GabrielEValenzuela self-assigned this Mar 1, 2024
@sebasfalcone sebasfalcone linked an issue Mar 1, 2024 that may be closed by this pull request
2 tasks
@sebasfalcone sebasfalcone self-requested a review March 1, 2024 12:57
Copy link
Member

@sebasfalcone sebasfalcone left a comment

Choose a reason for hiding this comment

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

@GabrielEValenzuela GabrielEValenzuela force-pushed the bug/22241_add_format_field_in_query branch from 9df789c to 02d8633 Compare March 1, 2024 16:38
@Dwordcito Dwordcito merged commit de2bfe1 into 4.8.0 Mar 5, 2024
3 of 4 checks passed
@Dwordcito Dwordcito deleted the bug/22241_add_format_field_in_query branch March 5, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulnerability Detection mismatch in normal scan and re-scan
3 participants