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: handled empty scanner and export false case for vscan #3502

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Mar 3, 2025

This change would be handling 2 cases,

  1. When aggregation is enabled(which is default), Making each instance to false in 2nd loop instead of 1st loop.
  2. When scanner value is empty, don't proceed and jump to next iteration for both the loops. -> Earlier no instances were created for this kind of bad data in 1st loop and 2nd loop would fail when no instance has been found.

@cla-bot cla-bot bot added the cla-signed label Mar 3, 2025
@Hardikl Hardikl linked an issue Mar 3, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vscan counters are missing
1 participant