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
5c2fe5aa
Commit
5c2fe5aa
authored
May 14, 2020
by
can eldem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove undefined from fixtures
parent
c9328cd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
ee/spec/fixtures/api/schemas/public_api/v4/vulnerability.json
...pec/fixtures/api/schemas/public_api/v4/vulnerability.json
+2
-2
ee/spec/fixtures/api/schemas/vulnerabilities/history.json
ee/spec/fixtures/api/schemas/vulnerabilities/history.json
+0
-1
ee/spec/fixtures/api/schemas/vulnerabilities/occurrence.json
ee/spec/fixtures/api/schemas/vulnerabilities/occurrence.json
+2
-2
ee/spec/fixtures/api/schemas/vulnerabilities/summary.json
ee/spec/fixtures/api/schemas/vulnerabilities/summary.json
+0
-1
No files found.
ee/spec/fixtures/api/schemas/public_api/v4/vulnerability.json
View file @
5c2fe5aa
...
...
@@ -9,11 +9,11 @@
"state"
:
{
"type"
:
"string"
,
"enum"
:
[
"detected"
,
"resolved"
,
"dismissed"
,
"confirmed"
]
},
"severity"
:
{
"type"
:
"string"
,
"enum"
:
[
"
undefined"
,
"
info"
,
"unknown"
,
"low"
,
"medium"
,
"high"
,
"critical"
]
"enum"
:
[
"info"
,
"unknown"
,
"low"
,
"medium"
,
"high"
,
"critical"
]
},
"confidence"
:
{
"type"
:
"string"
,
"enum"
:
[
"
undefined"
,
"
ignore"
,
"unknown"
,
"experimental"
,
"low"
,
"medium"
,
"high"
,
"confirmed"
]
"enum"
:
[
"ignore"
,
"unknown"
,
"experimental"
,
"low"
,
"medium"
,
"high"
,
"confirmed"
]
},
"report_type"
:
{
"type"
:
"string"
,
...
...
ee/spec/fixtures/api/schemas/vulnerabilities/history.json
View file @
5c2fe5aa
...
...
@@ -5,7 +5,6 @@
],
"properties"
:
{
"total"
:
{
"type"
:
"object"
},
"undefined"
:
{
"type"
:
"object"
},
"ignore"
:
{
"type"
:
"object"
},
"unknown"
:
{
"type"
:
"object"
},
"experimental"
:
{
"type"
:
"object"
},
...
...
ee/spec/fixtures/api/schemas/vulnerabilities/occurrence.json
View file @
5c2fe5aa
...
...
@@ -17,11 +17,11 @@
"create_vulnerability_feedback_dismissal_path"
:
{
"type"
:
"string"
},
"confidence"
:
{
"type"
:
"string"
,
"enum"
:
[
"
undefined"
,
"
ignore"
,
"unknown"
,
"experimental"
,
"low"
,
"medium"
,
"high"
,
"confirmed"
]
"enum"
:
[
"ignore"
,
"unknown"
,
"experimental"
,
"low"
,
"medium"
,
"high"
,
"confirmed"
]
},
"severity"
:
{
"type"
:
"string"
,
"enum"
:
[
"
undefined"
,
"
info"
,
"unknown"
,
"low"
,
"medium"
,
"high"
,
"critical"
]
"enum"
:
[
"info"
,
"unknown"
,
"low"
,
"medium"
,
"high"
,
"critical"
]
},
"report_type"
:
{
"type"
:
"string"
,
...
...
ee/spec/fixtures/api/schemas/vulnerabilities/summary.json
View file @
5c2fe5aa
{
"type"
:
"object"
,
"properties"
:
{
"undefined"
:
{
"type"
:
"integer"
},
"ignore"
:
{
"type"
:
"integer"
},
"unknown"
:
{
"type"
:
"integer"
},
"experimental"
:
{
"type"
:
"integer"
},
...
...
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