Skip to content

Commit 16eb65a

Browse files
authored
Update vuln-report.sql
1 parent 6e72f99 commit 16eb65a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sql/security/vuln-report.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ SELECT
88
u.login as repo_owner,
99
u.type as owner_type,
1010
pushed_at as last_update,
11-
platform,
1211
severity,
1312
cve_id,
1413
ghsa_id,
15-
white_source_id,
16-
external_reference
14+
white_source_id
1715
FROM
1816
github_enterprise.repository_vulnerability_alerts z
1917
JOIN github_enterprise.vulnerabilities v ON
@@ -23,4 +21,4 @@ JOIN github_enterprise.repositories r ON
2321
JOIN github_enterprise.users u ON
2422
r.owner_id = u.id
2523
ORDER BY
26-
last_update DESC;
24+
last_update DESC;

0 commit comments

Comments
 (0)