Juan José Gago Martínez
2016-02-12 09:37:52 UTC
Hello, we are developing a software system based on OpenVAS and we have a
problem with the reports filter. We need a combined report filter against
OpenVAS Manager which has on the one hand the typical search criteria, eg:
task~test
task=Test or status=Done
... and on the other hand a filter by severity, eg the following severity
filter will return all reports which have at least one high result or at
least one medium result:
high>0 or medium>0
We need to combine the two aforementioned filters with an AND, eg:
(task=Test or status=Done) and (high>0 or medium>0)
But taking into account the tests that we have made by using GSA, OpenVAS
does not accept parentheses neither using the keyword "and" and "or"
combined on the same search phrase. What could we do for being able to use
our combined filter?
Thank you. Best regards.
problem with the reports filter. We need a combined report filter against
OpenVAS Manager which has on the one hand the typical search criteria, eg:
task~test
task=Test or status=Done
... and on the other hand a filter by severity, eg the following severity
filter will return all reports which have at least one high result or at
least one medium result:
high>0 or medium>0
We need to combine the two aforementioned filters with an AND, eg:
(task=Test or status=Done) and (high>0 or medium>0)
But taking into account the tests that we have made by using GSA, OpenVAS
does not accept parentheses neither using the keyword "and" and "or"
combined on the same search phrase. What could we do for being able to use
our combined filter?
Thank you. Best regards.