Skip to content
Snippets Groups Projects
Commit 84e80471 authored by Seth Berger's avatar Seth Berger Committed by Natalia Tepluhina
Browse files

Update API fuzzing text

parent 86022ed9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -90,9 +90,9 @@ export default {
field: 'username',
label: s__('APIFuzzing|Username for basic authentication'),
description: s__(
'APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername.',
'APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME.',
),
placeholder: s__('APIFuzzing|$VariableWithUsername'),
placeholder: s__('APIFuzzing|$VARIABLE_WITH_USERNAME'),
value: '',
},
{
Loading
Loading
@@ -100,9 +100,9 @@ export default {
field: 'password',
label: s__('APIFuzzing|Password for basic authentication'),
description: s__(
'APIFuzzing|Enter the name of the variable containing the password. For example, $VariableWithPassword.',
'APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD.',
),
placeholder: s__('APIFuzzing|$VariableWithPassword'),
placeholder: s__('APIFuzzing|$VARIABLE_WITH_PASSWORD'),
value: '',
},
],
Loading
Loading
@@ -266,9 +266,7 @@ export default {
"
>
<template #link="{ content }">
<a :href="apiFuzzingAuthenticationDocumentationPath">
{{ content }}
</a>
<a :href="apiFuzzingAuthenticationDocumentationPath">{{ content }}</a>
</template>
</gl-sprintf>
</gl-form-text>
Loading
Loading
@@ -291,14 +289,10 @@ export default {
>
<gl-sprintf :message="authAlertI18n.text">
<template #ciVariablesLink="{ content }">
<gl-link :href="ciVariablesDocumentationPath" target="_blank">
{{ content }}
</gl-link>
<gl-link :href="ciVariablesDocumentationPath" target="_blank">{{ content }}</gl-link>
</template>
<template #ciSettingsLink="{ content }">
<gl-link :href="projectCiSettingsPath" target="_blank">
{{ content }}
</gl-link>
<gl-link :href="projectCiSettingsPath" target="_blank">{{ content }}</gl-link>
</template>
</gl-sprintf>
</gl-alert>
Loading
Loading
Loading
Loading
@@ -1539,10 +1539,10 @@ msgstr ""
msgid "API?"
msgstr ""
 
msgid "APIFuzzing|$VariableWithPassword"
msgid "APIFuzzing|$VARIABLE_WITH_PASSWORD"
msgstr ""
 
msgid "APIFuzzing|$VariableWithUsername"
msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
msgstr ""
 
msgid "APIFuzzing|API Fuzzing Configuration"
Loading
Loading
@@ -1569,10 +1569,10 @@ msgstr ""
msgid "APIFuzzing|Enable authentication"
msgstr ""
 
msgid "APIFuzzing|Enter the name of the variable containing the password. For example, $VariableWithPassword."
msgid "APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD."
msgstr ""
 
msgid "APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername."
msgid "APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME."
msgstr ""
 
msgid "APIFuzzing|File path or URL to APIs to be tested. For example, folder/example_fuzz.har. HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository."
Loading
Loading
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