Ability to exclude matchers from a template #3808
Closed
carlin-q-scott
started this conversation in
Ideas
Replies: 2 comments
-
@ehsandeep is this something we should look to support? Should I open an issue on the Nuceli project for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@carlin-q-scott @olearycrew, We do have support for excluding matchers. You can exclude matchers using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to use part of a template by excluding certain matchers.
For instance, I'm using misconfiguration/http-missing-security-headers.yaml, but I don't want to get results for the less important headers. The template has them all set at "info" severity, but they're not equally important. If we could set severity at the matcher level, then I could update the template to raise the severity for the more important security headers.
Alternatively, if I could exclude matchers by name, that would solve my issue and would save people from having to argue about matcher severity. I'd imagine my config.yml would look something like this:
Beta Was this translation helpful? Give feedback.
All reactions