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
76a446d5
Commit
76a446d5
authored
Mar 09, 2021
by
Paul Gascou-Vaillancourt
Committed by
Paul Gascou-Vaillancourt
Mar 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create dast_failed_site_validations feature flag
parent
2be0aa5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ee/app/controllers/projects/security/dast_profiles_controller.rb
...controllers/projects/security/dast_profiles_controller.rb
+1
-0
ee/config/feature_flags/development/dast_failed_site_validations.yml
...eature_flags/development/dast_failed_site_validations.yml
+8
-0
No files found.
ee/app/controllers/projects/security/dast_profiles_controller.rb
View file @
76a446d5
...
@@ -8,6 +8,7 @@ module Projects
...
@@ -8,6 +8,7 @@ module Projects
before_action
do
before_action
do
authorize_read_on_demand_scans!
authorize_read_on_demand_scans!
push_frontend_feature_flag
(
:dast_saved_scans
,
@project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:dast_saved_scans
,
@project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:dast_failed_site_validations
,
@project
,
default_enabled: :yaml
)
end
end
feature_category
:dynamic_application_security_testing
feature_category
:dynamic_application_security_testing
...
...
ee/config/feature_flags/development/dast_failed_site_validations.yml
0 → 100644
View file @
76a446d5
---
name
:
dast_failed_site_validations
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56146
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/323961
milestone
:
'
13.10'
type
:
development
group
:
group::dynamic analysis
default_enabled
:
false
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