Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Exclude mitigated / risk accepted DefectDojo findings in notification hook #2091

Answered by J12934
moxli asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @moxli

yes as far as I understand your problem the yaml you posted would work. (if we assume #2057 is fixed)

We've used a simmilar config before for the same scenario:

    - name: notify-for-unhandled-findings
      rules:
      - matches:
          anyOf:
          - attributes:
              defectdojo.org/original-finding: null
              duplicate: false
              falsePositive: false
              riskAccepted: false
          - attributes:
              defectdojo.org/original-finding:
                attributes:
                  falsePositive: false
                  riskAccepted: false
              duplicate: true
              falsePositive: false
              riskAc…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by J12934
Comment options

You must be logged in to vote
3 replies
@moxli
Comment options

@Weltraumschaf
Comment options

@Weltraumschaf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #2090 on November 10, 2023 13:38.