Skip to content

Instantly share code, notes, and snippets.

@forivall
Created October 17, 2022 22:43
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 forivall/e30126708b1846a4b1d4cb25e5a9c55a to your computer and use it in GitHub Desktop.
Save forivall/e30126708b1846a4b1d4cb25e5a9c55a to your computer and use it in GitHub Desktop.
wip
interface AdvisoryReport {
id: number;
url: string;
title: string;
severity: string;
vulnerable_versions: string;
cwd: string[];
cvss: {
score: number;
vectorString: string;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment