Skip to content

Commit 6e72f99

Browse files
authored
Update vuln-critical-count.sql
1 parent 27885ac commit 6e72f99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sql/security/vuln-critical-count.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SELECT
77
v.ghsa_id,
88
v.white_source_id,
99
v.published_at as published,
10-
v.external_reference,
11-
v.platform as ecosystem,
1210
COUNT(z.vulnerability_id) as repo_count
1311
FROM
1412
github_enterprise.repository_vulnerability_alerts z
@@ -19,4 +17,4 @@ WHERE
1917
GROUP BY
2018
v.id
2119
ORDER BY
22-
COUNT(z.vulnerability_id) DESC;
20+
COUNT(z.vulnerability_id) DESC;

0 commit comments

Comments
 (0)