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
270ac374
Commit
270ac374
authored
Mar 01, 2021
by
Daniel Tian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong message for group vulnerability report
parent
6165b28d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/assets/javascripts/security_dashboard/graphql/queries/vulnerable_projects.query.graphql
...shboard/graphql/queries/vulnerable_projects.query.graphql
+1
-1
ee/changelogs/unreleased/287631-fix-wrong-message-for-vulnerability-report.yml
...sed/287631-fix-wrong-message-for-vulnerability-report.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/graphql/queries/vulnerable_projects.query.graphql
View file @
270ac374
...
...
@@ -2,7 +2,7 @@
query
group
(
$fullPath
:
ID
!)
{
group
(
fullPath
:
$fullPath
)
{
projects
(
includeSubgroups
:
true
,
hasVulnerabilities
:
true
)
{
projects
(
includeSubgroups
:
true
)
{
nodes
{
...
Project
}
...
...
ee/changelogs/unreleased/287631-fix-wrong-message-for-vulnerability-report.yml
0 → 100644
View file @
270ac374
---
title
:
Fix wrong message for group vulnerability report when no vulnerabilities in projects
merge_request
:
55464
author
:
type
:
fixed
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