Created
September 17, 2019 15:18
-
-
Save jfrantz1-r7/96163880dfd4991071b35b60d4efe2f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT Md5(title) AS "Unique ID", | |
title AS "Vulnerability Title", | |
Proofastext(description) AS "Description" | |
FROM dim_vulnerability | |
WHERE description NOT LIKE '%Deprecated%' | |
ORDER BY title ASC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment