Is there a way to export all CVEs that the platform is scanning for. We know how to get the ones that are affecting devices, but we want a list of them all, regardless of impact.
Page 1 / 1
Hi
h/t to
foreach cve in network.cveDatabase.cves
select {
"Cve ID": cve.cveId,
Severity: cve.severity,
Description: cve.description,
Vendors: (foreach criterion in cve.criteria
select distinct criterion.vendor)
}
I was to busy looking in the Vulnerabilities section and didnt even consider the NQE. My apolgies. Thanks for information!
It’s a great question - thanks for asking!
Reply
Sign up
Already have an account? Login
Welcome to the Forward Networks Community
Select a login option:
Register / Login Forward Employee LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.