Skip to content

Improve vulnerability API

Robert Schilling requested to merge vulnerability-api-improvement into master

What does this MR do?

This MR slightly improves the vulnerability API implementation

  • Re-use already available user_project rather than querying it again
  • Return 403 if user does not have permission to read vulnerabilities rather than 404 Project not found

Does this MR meet the acceptance criteria?

Conformity

Performance 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

/cc @theoretick

Merge request reports