Skip to content

Instantly share code, notes, and snippets.

@zaghaghi
Created May 10, 2019 05:11
Show Gist options
  • Save zaghaghi/d3a74a530a583790968a8cc90957bf6b to your computer and use it in GitHub Desktop.
Save zaghaghi/d3a74a530a583790968a8cc90957bf6b to your computer and use it in GitHub Desktop.
MATCH (n:CVE {name: 'CVE-2019-9977'}), (n)-->(w:CWE), (n)-->(c2:CVSS2), (n)-->(c3:CVSS3), (n)-->(v:ProductVersion)-->(p:Product) RETURN n, w, c2, c3, v, p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment