diff --git a/ee/app/views/vulnerabilities/merge_request_description.md.erb b/ee/app/views/vulnerabilities/merge_request_description.md.erb index 42cc5608d013010c1ea1706e3c91ffa275c2e3d9..a7c886eeff4dc66a1f1eb57fe20f071cbd45001c 100644 --- a/ee/app/views/vulnerabilities/merge_request_description.md.erb +++ b/ee/app/views/vulnerabilities/merge_request_description.md.erb @@ -1,7 +1,7 @@ <% if llm_patch.present? %> ## AI GENERATED PATCH -The suggested code changes in this MR were produced by using the GitLab Duo Resolve this vulnerability feature, using AI. Before you apply the code changes, carefully review and test them, to ensure that they solve the vulnerability, don't harm the functional behaviour of your application or introduce new vulnerabilities. +The suggested code changes were generated by GitLab Duo Vulnerability resolution, an AI feature. Before you apply the code changes, carefully review and test them, to ensure that they solve the vulnerability, don't harm the functional behaviour of your application or introduce new vulnerabilities. The large language model that generated the suggested code changes was only provided with the affected lines of code, and the vulnerability in that code. It is not aware of any functionality outside of this context. diff --git a/ee/spec/services/merge_requests/create_from_vulnerability_data_service_spec.rb b/ee/spec/services/merge_requests/create_from_vulnerability_data_service_spec.rb index 5b379d193390603702330f63e3d1a677591abeab..546091123b489e349d88372ce3d065b2b5ca7dbc 100644 --- a/ee/spec/services/merge_requests/create_from_vulnerability_data_service_spec.rb +++ b/ee/spec/services/merge_requests/create_from_vulnerability_data_service_spec.rb @@ -322,7 +322,7 @@ <<~DESC.chomp ## AI GENERATED PATCH - The suggested code changes in this MR were produced by using the GitLab Duo Resolve this vulnerability feature, using AI. Before you apply the code changes, carefully review and test them, to ensure that they solve the vulnerability, don't harm the functional behaviour of your application or introduce new vulnerabilities. + The suggested code changes were generated by GitLab Duo Vulnerability resolution, an AI feature. Before you apply the code changes, carefully review and test them, to ensure that they solve the vulnerability, don't harm the functional behaviour of your application or introduce new vulnerabilities. The large language model that generated the suggested code changes was only provided with the affected lines of code, and the vulnerability in that code. It is not aware of any functionality outside of this context.