Skip to content

Refine SAST analyzer detection beyond base language

What does this MR do?

Refines Category:SAST language detection by checking for framework-specific files, rather than globing.

  • brakeman-sast is rails-specific, so we look for config/routes.rb
  • nodejs-scan-sast is node-specific, so we look for package.json
  • sobelow-sast is phoenix-specific, but there are no phoenix-specific markers, so we use the generic elixir package manager instead

Relates to #218414 (closed)

Screenshots

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
Edited by Lucas Charles

Merge request reports