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
6abbbd27
Commit
6abbbd27
authored
May 19, 2021
by
Herber Madrigal
Committed by
Russell Dickenson
May 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support yaml files for openapi specs
parent
0505fc33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
doc/user/application_security/api_fuzzing/index.md
doc/user/application_security/api_fuzzing/index.md
+6
-5
doc/user/application_security/dast_api/index.md
doc/user/application_security/dast_api/index.md
+6
-4
No files found.
doc/user/application_security/api_fuzzing/index.md
View file @
6abbbd27
...
...
@@ -111,13 +111,14 @@ To generate an API Fuzzing configuration snippet:
### OpenAPI Specification
> Support for OpenAPI Specification v3 was
> Support for OpenAPI Specification using YAML format was
> [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/330583) in GitLab 14.0.
> Support for OpenAPI Specification v3.0 was
> [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/228652) in GitLab 13.9.
The
[
OpenAPI Specification
](
https://www.openapis.org/
)
(
formerly
the Swagger Specification) is an
API description format for REST APIs. This section shows you how to configure API fuzzing by using
an OpenAPI Specification to provide information about the target API to test. OpenAPI Specifications
are provided as a file system resource or URL.
The
[
OpenAPI Specification
](
https://www.openapis.org/
)
(
formerly
the Swagger Specification) is an API description format for REST APIs.
This section shows you how to configure API fuzzing using an OpenAPI Specification to provide information about the target API to test.
OpenAPI Specifications are provided as a file system resource or URL. Both JSON and YAML OpenAPI formats are supported.
API fuzzing uses an OpenAPI document to generate the request body. When a request body is required,
the body generation is limited to these body types:
...
...
doc/user/application_security/dast_api/index.md
View file @
6abbbd27
...
...
@@ -68,10 +68,12 @@ starting in GitLab 14.0, GitLab will not check your repository's root for config
### OpenAPI Specification
The
[
OpenAPI Specification
](
https://www.openapis.org/
)
(
formerly
the Swagger Specification) is an
API description format for REST APIs. This section shows you how to configure DAST API by using
an OpenAPI specification to provide information about the target API to test. OpenAPI specifications
are provided as a file system resource or URL.
> Support for OpenAPI Specification using YAML format was
> [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/330583) in GitLab 14.0.
The
[
OpenAPI Specification
](
https://www.openapis.org/
)
(
formerly
the Swagger Specification) is an API description format for REST APIs.
This section shows you how to configure API fuzzing using an OpenAPI Specification to provide information about the target API to test.
OpenAPI Specifications are provided as a file system resource or URL. Both JSON and YAML OpenAPI formats are supported.
DAST API uses an OpenAPI document to generate the request body. When a request body is required,
the body generation is limited to these body types:
...
...
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