Skip to content

Commit

Permalink
Update vuln-report.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Jan 26, 2024
1 parent 6e72f99 commit 16eb65a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sql/security/vuln-report.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ SELECT
u.login as repo_owner,
u.type as owner_type,
pushed_at as last_update,
platform,
severity,
cve_id,
ghsa_id,
white_source_id,
external_reference
white_source_id
FROM
github_enterprise.repository_vulnerability_alerts z
JOIN github_enterprise.vulnerabilities v ON
Expand All @@ -23,4 +21,4 @@ JOIN github_enterprise.repositories r ON
JOIN github_enterprise.users u ON
r.owner_id = u.id
ORDER BY
last_update DESC;
last_update DESC;

0 comments on commit 16eb65a

Please sign in to comment.