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
6715d913
Commit
6715d913
authored
Apr 28, 2021
by
Herber Madrigal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reference to offline support
Hightlight support to offline deployment and common instructions.
parent
4a61262a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/user/application_security/api_fuzzing/index.md
doc/user/application_security/api_fuzzing/index.md
+7
-0
No files found.
doc/user/application_security/api_fuzzing/index.md
View file @
6715d913
...
...
@@ -595,6 +595,7 @@ repository's root as `.gitlab-api-fuzzing.yml`.
| CI/CD variable | Description |
|------------------------------------------------------|--------------------|
|
`SECURE_ANALYZERS_PREFIX`
| Specify the Docker registry base address from which to download the analyzer. |
|
`FUZZAPI_VERSION`
| Specify API Fuzzing container version. Defaults to
`latest`
. |
|
`FUZZAPI_TARGET_URL`
| Base URL of API testing target. |
|
[
`FUZZAPI_CONFIG`
](
#configuration-files
)
| API Fuzzing configuration file. Defaults to
`.gitlab-apifuzzer.yml`
. |
...
...
@@ -1130,6 +1131,12 @@ Profiles:
UnicodeFuzzing
:
true
```
## Running API fuzzing in an offline environment
For self-managed GitLab instances in an environment with limited, restricted, or intermittent access
to external resources through the internet, some adjustments are required for the Web API Fuzz testing job to
successfully run. For more information, see
[
Offline environments
](
../offline_deployments/index.md
)
.
## Troubleshooting
### Error, the OpenAPI document is not valid. Errors were found during validation of the document using the published OpenAPI schema
...
...
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