Skip to content

Send only one scope query when requesting pipeline findings

Alan (Maciej) Paruszewski requested to merge 213039-fix-double-scope-params into master

What does this MR do?

Related to #213039 (closed)

This MR fixes problem with having duplicated scope query string parameter. This caused problem with fetching findings in pipeline security tab, because second scope was applied on frontend, but it was ignored.

Screenshots

Before:

Screenshot_2020-09-28_at_12.19.07

After:

Kapture_2020-09-28_at_12.13.20

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 Alan (Maciej) Paruszewski

Merge request reports