Skip to content
Snippets Groups Projects
Verified Commit 0893d682 authored by Marcel Amirault's avatar Marcel Amirault :interrobang: Committed by GitLab
Browse files

Merge branch 'rd-fix-ruby-link-vulnerability-issue' into 'master'

Fix Ruby link in vulnerability helper

See merge request !171358



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: Jessie Young's avatarJessie Young <jessieyoung@gitlab.com>
Co-authored-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
parents b321dacc 93a5cc20
No related branches found
No related tags found
1 merge request!171358Fix Ruby link in vulnerability helper
Pipeline #1527520397 passed
......@@ -16,7 +16,6 @@ Gitlab/DocumentationLinks/Link:
- 'ee/app/helpers/ee/groups/settings_helper.rb'
- 'ee/app/helpers/ee/import_helper.rb'
- 'ee/app/helpers/projects/learn_gitlab_helper.rb'
- 'ee/app/helpers/vulnerabilities_helper.rb'
- 'ee/lib/ee/gitlab/namespace_storage_size_error_message.rb'
- 'ee/lib/gitlab/checks/secrets_check.rb'
- 'ee/lib/gitlab/llm/chain/tools/tool.rb'
......
......@@ -29,7 +29,7 @@ def vulnerability_details(vulnerability, pipeline)
create_mr_url: create_vulnerability_feedback_merge_request_path(vulnerability.finding.project),
discussions_url: discussions_project_security_vulnerability_path(vulnerability.project, vulnerability),
notes_url: project_security_vulnerability_notes_path(vulnerability.project, vulnerability),
related_issues_help_path: help_page_path('user/application_security/vulnerabilities.md', anchor: 'linking-a-vulnerability-to-issues'),
related_issues_help_path: help_page_path('user/application_security/vulnerabilities/index.md', anchor: 'linking-a-vulnerability-to-gitlab-and-jira-issues'),
pipeline: vulnerability_pipeline_data(pipeline),
can_modify_related_issues: current_user.can?(:admin_vulnerability_issue_link, vulnerability),
can_admin: current_user.can?(:admin_vulnerability, vulnerability.project),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment