Skip to content

Instantly share code, notes, and snippets.

@jfrantz1-r7
Created September 17, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfrantz1-r7/96163880dfd4991071b35b60d4efe2f3 to your computer and use it in GitHub Desktop.
Save jfrantz1-r7/96163880dfd4991071b35b60d4efe2f3 to your computer and use it in GitHub Desktop.
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