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
343f1b2b
Commit
343f1b2b
authored
Dec 07, 2020
by
Sam Kerr
Committed by
Shinya Maeda
Dec 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only run fuzzing on commit events, not all events
parent
0d9d4ce3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ee/changelogs/unreleased/api-fuzz-commit-events.yml
ee/changelogs/unreleased/api-fuzz-commit-events.yml
+5
-0
lib/gitlab/ci/templates/Security/API-Fuzzing.gitlab-ci.yml
lib/gitlab/ci/templates/Security/API-Fuzzing.gitlab-ci.yml
+2
-2
No files found.
ee/changelogs/unreleased/api-fuzz-commit-events.yml
0 → 100644
View file @
343f1b2b
---
title
:
Only run fuzzing on commit events, not all events
merge_request
:
48264
author
:
type
:
changed
lib/gitlab/ci/templates/Security/API-Fuzzing.gitlab-ci.yml
View file @
343f1b2b
...
...
@@ -61,7 +61,7 @@ apifuzzer_fuzz:
-
if
:
$API_FUZZING_DISABLED_FOR_DEFAULT_BRANCH &&
$CI_DEFAULT_BRANCH == $CI_COMMIT_REF_NAME
when
:
never
-
if
:
$GITLAB_FEATURES =~ /\bapi_fuzzing\b/
-
if
:
$
CI_COMMIT_BRANCH && $
GITLAB_FEATURES =~ /\bapi_fuzzing\b/
script
:
#
# Validate options
...
...
@@ -102,7 +102,7 @@ apifuzzer_fuzz_dnd:
-
if
:
$API_FUZZING_DISABLED_FOR_DEFAULT_BRANCH &&
$CI_DEFAULT_BRANCH == $CI_COMMIT_REF_NAME
when
:
never
-
if
:
$GITLAB_FEATURES =~ /\bapi_fuzzing\b/
-
if
:
$
CI_COMMIT_BRANCH && $
GITLAB_FEATURES =~ /\bapi_fuzzing\b/
services
:
-
docker:19.03.12-dind
script
:
...
...
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