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
1d5ce6dc
Commit
1d5ce6dc
authored
Apr 13, 2021
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GraphQL documentation
parent
a5d11593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+8
-1
No files found.
doc/api/graphql/reference/index.md
View file @
1d5ce6dc
...
...
@@ -376,7 +376,7 @@ Returns [`VulnerabilityConnection`](#vulnerabilityconnection).
|
`projectId`
|
[
`[ID!]`
](
#id
)
| Filter vulnerabilities by project. |
|
`reportType`
|
[
`[VulnerabilityReportType!]`
](
#vulnerabilityreporttype
)
| Filter vulnerabilities by report type. |
|
`scanner`
|
[
`[String!]`
](
#string
)
| Filter vulnerabilities by VulnerabilityScanner.externalId. |
|
`scannerId`
|
[
`[
Int!]`
](
#int
)
| Filter vulnerabilities by scanner ID. |
|
`scannerId`
|
[
`[
VulnerabilitiesScannerID!]`
](
#vulnerabilitiesscannerid
)
| Filter vulnerabilities by scanner ID. |
|
`severity`
|
[
`[VulnerabilitySeverity!]`
](
#vulnerabilityseverity
)
| Filter vulnerabilities by severity. |
|
`sort`
|
[
`VulnerabilitySort`
](
#vulnerabilitysort
)
| List vulnerabilities by sort order. |
|
`state`
|
[
`[VulnerabilityState!]`
](
#vulnerabilitystate
)
| Filter vulnerabilities by state. |
...
...
@@ -7320,6 +7320,7 @@ Represents a vulnerability scanner.
| Field | Type | Description |
| ----- | ---- | ----------- |
|
`externalId`
|
[
`String`
](
#string
)
| External ID of the vulnerability scanner. |
|
`id`
|
[
`ID`
](
#id
)
| |
|
`name`
|
[
`String`
](
#string
)
| Name of the vulnerability scanner. |
|
`reportType`
|
[
`VulnerabilityReportType`
](
#vulnerabilityreporttype
)
| Type of the vulnerability report. |
|
`vendor`
|
[
`String`
](
#string
)
| Vendor of the vulnerability scanner. |
...
...
@@ -8960,6 +8961,12 @@ A `VulnerabilitiesExternalIssueLinkID` is a global ID. It is encoded as a string
An example
`VulnerabilitiesExternalIssueLinkID`
is:
`"gid://gitlab/Vulnerabilities::ExternalIssueLink/1"`
.
### `VulnerabilitiesScannerID`
A
`VulnerabilitiesScannerID`
is a global ID. It is encoded as a string.
An example
`VulnerabilitiesScannerID`
is:
`"gid://gitlab/Vulnerabilities::Scanner/1"`
.
### `VulnerabilityID`
A
`VulnerabilityID`
is a global ID. It is encoded as a string.
...
...
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