Skip to content

Instantly share code, notes, and snippets.

@tdewin
Last active March 28, 2024 10:17
Show Gist options
  • Save tdewin/8754d086b5f67e70d7e855da93a70256 to your computer and use it in GitHub Desktop.
Save tdewin/8754d086b5f67e70d7e855da93a70256 to your computer and use it in GitHub Desktop.
veeam-cve-list.sh
#!/bin/bash
curl -s -o sec.json 'https://www.veeam.com/services/kb-articles?product=&version=&type=security&fromModificationDate=&toModificationDate=&search=&offset=0&limit=10000'
jq '[.articles[] | {id:.id,title:.title,date:.date}] | sort_by(.date) | reverse' sec.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment