You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user/application_security/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -222,9 +222,9 @@ From the merge request security widget, select **Expand** to unfold the widget,
222
222
223
223
## View security scan information in the pipeline Security tab
224
224
225
-
A pipeline's security tab lists all findings in the current branch. It includes new findings introduced by this branch and existing vulnerabilities that were already present when the branch was created. These results likely do not match the findings displayed in the Merge Request security widget as those do not include the existing vulnerabilities (with the exception of showing any existing vulnerabilities that are no longer detected in the feature branch).
226
-
227
-
For more details, see [security tab](vulnerability_report/pipeline.md#view-vulnerabilities-in-a-pipeline).
225
+
A pipeline's security tab lists all findings in the current branch. It includes new findings introduced by this branch
226
+
and existing vulnerabilities already present when you created the branch. These results likely do not match the findings
227
+
displayed in the Merge Request security widget, as those do not include the existing vulnerabilities. Refer to [View vulnerabilities in a pipeline](vulnerability_report/pipeline.md) for more information.
228
228
229
229
## View security scan information in the Security Dashboard
- Deduplication result: duplicates because all criteria match, and type identifiers are ignored.
137
+
138
+
The examples above don't include the raw location values. Each scan type defines its own
139
+
`fingerprint_data`, which is used to generate a `SHA1` hash that is used as the `location_fingerprint`.
140
+
You can find definitions for each scan type [`gitlab/lib/gitlab/ci/reports/security/locations`](https://gitlab.com/gitlab-org/gitlab/-/tree/01c69e97340b7c1c7e30c0caec8506910b6503c8/lib/gitlab/ci/reports/security/locations)
141
+
and [`gitlab/ee/lib/gitlab/ci/reports/security/locations`](https://gitlab.com/gitlab-org/gitlab/-/tree/01c69e97340b7c1c7e30c0caec8506910b6503c8/ee/lib/gitlab/ci/reports/security/locations).
0 commit comments