Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8c5ddb5a
Commit
8c5ddb5a
authored
Mar 22, 2022
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copy for DAST Profile library page
EE: true Changelog: changed
parent
89745be8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
app/assets/javascripts/security_configuration/components/constants.js
...avascripts/security_configuration/components/constants.js
+2
-2
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles.vue
..._configuration/dast_profiles/components/dast_profiles.vue
+1
-1
ee/app/views/projects/security/dast_profiles/show.html.haml
ee/app/views/projects/security/dast_profiles/show.html.haml
+2
-2
ee/spec/frontend/security_configuration/dast_profiles/components/dast_profiles_spec.js
...figuration/dast_profiles/components/dast_profiles_spec.js
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+6
-6
No files found.
app/assets/javascripts/security_configuration/components/constants.js
View file @
8c5ddb5a
...
...
@@ -56,12 +56,12 @@ export const DAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/das
anchor
:
'
enable-dast
'
,
});
export
const
DAST_PROFILES_NAME
=
__
(
'
DAST
Scan
s
'
);
export
const
DAST_PROFILES_NAME
=
__
(
'
DAST
Profile
s
'
);
export
const
DAST_PROFILES_DESCRIPTION
=
s__
(
'
SecurityConfiguration|Manage profiles for use by DAST scans.
'
,
);
export
const
DAST_PROFILES_HELP_PATH
=
helpPagePath
(
'
user/application_security/dast/index
'
);
export
const
DAST_PROFILES_CONFIG_TEXT
=
s__
(
'
SecurityConfiguration|Manage
scan
s
'
);
export
const
DAST_PROFILES_CONFIG_TEXT
=
s__
(
'
SecurityConfiguration|Manage
profile
s
'
);
export
const
SECRET_DETECTION_NAME
=
__
(
'
Secret Detection
'
);
export
const
SECRET_DETECTION_DESCRIPTION
=
__
(
...
...
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles.vue
View file @
8c5ddb5a
...
...
@@ -197,7 +197,7 @@ export default {
},
profilesPerPage
:
10
,
i18n
:
{
heading
:
s__
(
'
DastProfiles|
Manage DAST scans
'
),
heading
:
s__
(
'
DastProfiles|
DAST profile library
'
),
newProfileDropdownLabel
:
__
(
'
New
'
),
subHeading
:
s__
(
'
DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan.
'
,
...
...
ee/app/views/projects/security/dast_profiles/show.html.haml
View file @
8c5ddb5a
-
add_to_breadcrumbs
_
(
'Security Configuration'
),
project_security_configuration_path
(
@project
)
-
breadcrumb_title
s_
(
'DastProfiles|
Manage DAST scans
'
)
-
page_title
s_
(
'DastProfiles|
Manage DAST scans
'
)
-
breadcrumb_title
s_
(
'DastProfiles|
DAST profile library
'
)
-
page_title
s_
(
'DastProfiles|
DAST profile library
'
)
.js-dast-profiles
{
data:
dast_profiles_list_data
(
@project
)
}
ee/spec/frontend/security_configuration/dast_profiles/components/dast_profiles_spec.js
View file @
8c5ddb5a
...
...
@@ -90,7 +90,7 @@ describe('EE - DastProfiles', () => {
it
(
'
shows a heading that describes the purpose of the page
'
,
()
=>
{
createFullComponent
();
const
heading
=
withinComponent
().
getByRole
(
'
heading
'
,
{
name
:
/
manage dast scans
/i
});
const
heading
=
withinComponent
().
getByRole
(
'
heading
'
,
{
name
:
/
DAST profile library
/i
});
expect
(
heading
).
not
.
toBe
(
null
);
});
...
...
locale/gitlab.pot
View file @
8c5ddb5a
...
...
@@ -11226,7 +11226,7 @@ msgstr ""
msgid "DAST Configuration"
msgstr ""
msgid "DAST
Scan
s"
msgid "DAST
Profile
s"
msgstr ""
msgid "DAST profile not found: %{name}"
...
...
@@ -11376,6 +11376,9 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
msgid "DastProfiles|DAST profile library"
msgstr ""
msgid "DastProfiles|Debug messages"
msgstr ""
...
...
@@ -11430,9 +11433,6 @@ msgstr ""
msgid "DastProfiles|Include debug messages in the DAST console output."
msgstr ""
msgid "DastProfiles|Manage DAST scans"
msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
...
...
@@ -33051,10 +33051,10 @@ msgstr ""
msgid "SecurityConfiguration|Manage corpus files used as seed inputs with coverage-guided fuzzing."
msgstr ""
msgid "SecurityConfiguration|Manage profiles
for use by DAST scans.
"
msgid "SecurityConfiguration|Manage profiles"
msgstr ""
msgid "SecurityConfiguration|Manage
scans
"
msgid "SecurityConfiguration|Manage
profiles for use by DAST scans.
"
msgstr ""
msgid "SecurityConfiguration|More scan types, including Container Scanning, DAST, Dependency Scanning, Fuzzing, and Licence Compliance"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment