You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My favorite filter not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
stopped working in the new UI because every time it turns into not ~(regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)" ~)
Expected behavior
not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
Steps to reproduce
Use filter not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
GVM versions
gsa: (gsad --version) - Greenbone Security Assistant 22.12.0
but in /about Version 24.0.1
Environment
Greenbone Community Containers
The text was updated successfully, but these errors were encountered:
My favorite filter
not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
stopped working in the new UI because every time it turns into
not ~(regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)" ~)
Expected behavior
not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
Steps to reproduce
Use filter
not (regexp ~"(Ubuntu: Security Advisory.*)" and ~"Fixed version:(.*~esm\d+)")
GVM versions
gsa: (gsad --version) - Greenbone Security Assistant 22.12.0
but in /about Version 24.0.1
Environment
Greenbone Community Containers
The text was updated successfully, but these errors were encountered: