Skip to content

Adds automatic vulnerability dismissal via autoactions

What does this MR do?

This builds on top of !41783 (closed) (security report details field)

Automatically dismisses vulnerabilities via automatic security report actions (https://gitlab.com/gitlab-org/gitlab/-/issues/258841#note_458180206):

For example, if the following json exists in a gl-sast-report.json, it is automatically dismissed when the report is handled:

      "autoactions": [                                                                                                                                                                                 
          {
            "type": "state-change",                                                                                                                                                                            
            "to": "dismissed",                                                                                                                                                                         
            "reason": "False Positive",                                                                                                                                                                
            "when": "always"                                                                                                                                                                           
          }                                                                                                                                                                                            
      ],

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

/labels devopssecure groupvulnerability research vulnerability researchvet

Edited by James Johnson

Merge request reports