Skip to content

Instantly share code, notes, and snippets.

@xquery
Created March 25, 2022 12:09
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 xquery/88f7015e9697ac841e5feb078331cac6 to your computer and use it in GitHub Desktop.
Save xquery/88f7015e9697ac841e5feb078331cac6 to your computer and use it in GitHub Desktop.
# of known vulns local version of curl has
version=$(curl -V | cut -d' ' -f2 | head -n 1); curl https://curl.se/docs/allvulns.gen | grep ${version} | cut -d':' -f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment