Hi there,
we are looking for a possibility to apply overrides on the vulnerability view.
We tried it with “apply_overrides=1” and that didn’t work
Thank you for your help
Hi there,
we are looking for a possibility to apply overrides on the vulnerability view.
We tried it with “apply_overrides=1” and that didn’t work
Thank you for your help
Hi, welcome to the forum. Overrides do not apply to the vulnerabilities page or the get_vulnerabilities()
function in GMP. They only apply to the result objects of reports. You can view the GMP documentation specifically section 6.15 Element report
and python-gvm API reference.
Also see the relevant section in the GOS 22.04 manual which describes them as a modification to the severity of a report result rather than
The severity of a result can be modified. This is called override.
Overrides are especially useful to manage results that are detected as a false positive and that have been given a critical severity but should be given a different severity in the future.
The same applies to results that only have been given the severity Log but should be assigned a higher severity locally. This can be managed with an override as well.
Overrides are also used to manage acceptable risks.
I should also add that you CAN use a filter to limit what is shown on the vulnerabilities page.