-
Notifications
You must be signed in to change notification settings - Fork 153
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 whole-only config family selection #1517
Fix whole-only config family selection #1517
Conversation
When modifying the family selection of a scan config, "whole-only" must be either growing with all VTs or static and empty. The error message if this is not the case now also includes the name of the (first) rejected family.
Fix whole-only config family selection (backport #1517)
Hi Any news on when this might be resolved? Thanks |
It is resolved. The patch is in the 21.04 branch. Are you waiting for a release? |
Im running version 21.04.0 Not sure on how to patch this issue? |
So I guess you are using some disto packages. In that case we can't do very much for you besides doing a new release https://community.greenbone.net/t/frequently-asked-questions-faq/5558#heading--update-my-gvm-version |
So i this resolved on this GVM OS? When will there be a new release? Thanks for the info btw |
Yes this should be fixed in our GSM products already. |
What:
When modifying the family selection of a scan config, "whole-only" must
be either growing with all VTs or static and empty.
The error message if this is not the case now also includes the name of
the (first) rejected family.
Why:
This selection should ensure that these special families are either selected
completely or not at all and the growing/static ensures they stay that way
if new NVTs are added.
How did you test it:
By modifying a config in GSA to include some of the "whole-only" LSC families
and exclude others.
With greenbone/gsa#2905 the config should be accepted, without the changes
there should be an error message for the first unselected "whole-only" family.
Checklist: