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
154e4742
Commit
154e4742
authored
Mar 23, 2022
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review suggestion and fix pipeline
parent
8c5ddb5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/security_configuration/components/constants.js
...avascripts/security_configuration/components/constants.js
+1
-1
ee/spec/features/projects/security/user_views_security_configuration_spec.rb
...ojects/security/user_views_security_configuration_spec.rb
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
app/assets/javascripts/security_configuration/components/constants.js
View file @
154e4742
...
...
@@ -56,7 +56,7 @@ export const DAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/das
anchor
:
'
enable-dast
'
,
});
export
const
DAST_PROFILES_NAME
=
__
(
'
DAST
P
rofiles
'
);
export
const
DAST_PROFILES_NAME
=
__
(
'
DAST
p
rofiles
'
);
export
const
DAST_PROFILES_DESCRIPTION
=
s__
(
'
SecurityConfiguration|Manage profiles for use by DAST scans.
'
,
);
...
...
ee/spec/features/projects/security/user_views_security_configuration_spec.rb
View file @
154e4742
...
...
@@ -75,7 +75,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect
(
page
).
to
have_text
(
'DAST'
)
expect
(
page
).
to
have_text
(
'Not enabled'
)
expect
(
page
).
to
have_link
(
'Enable DAST'
)
expect
(
page
).
to
have_link
(
'Manage
scan
s'
)
expect
(
page
).
to
have_link
(
'Manage
profile
s'
)
end
end
end
...
...
@@ -92,7 +92,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect
(
page
).
to
have_text
(
'DAST'
)
expect
(
page
).
to
have_text
(
'Enabled'
)
expect
(
page
).
to
have_link
(
'Configure DAST'
)
expect
(
page
).
to
have_link
(
'Manage
scan
s'
)
expect
(
page
).
to
have_link
(
'Manage
profile
s'
)
end
end
end
...
...
locale/gitlab.pot
View file @
154e4742
...
...
@@ -11226,10 +11226,10 @@ msgstr ""
msgid "DAST Configuration"
msgstr ""
msgid "DAST
Profiles
"
msgid "DAST
profile not found: %{name}
"
msgstr ""
msgid "DAST profile
not found: %{name}
"
msgid "DAST profile
s
"
msgstr ""
msgid "DNS"
...
...
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