Skip to content

feat: Disable high-FP rules by default on GitLab 15.10

Lucas Charles requested to merge disable-high-fp-rules-under-15-7 into main

What does this MR do?

Now that !146 (merged) has been merged we can start dropping rules. This requires some coordination however in ensuring this component ships alongside the feature availability in %15.10, so let's use the fancy-schmancy predefined CI variables.

This change updates the existing conditional to disable high-FP rules if either SAST_EXPERIMENTAL_FEATURES is enabled or analyzer is running under 15.10+

What are the relevant issue numbers?

Relates to gitlab-org/gitlab#368284 (closed)

Directly addresses gitlab-org/gitlab#373920 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports