CVEVulnCollection

class pytw.cve_vuln_coll.CVEVulnCollection(seq=[])[source]

CVEVulnCollection is a collection of CVEVuln objects :param seq: An optional seq(list) of CVEVuln objects

filterVulnsWithUpdatedExploits()[source]

:Returns a CVEVulnCollection of filtered vulnerabilities with recently updated exploits

filterVulnsWithUpdatedPatches()[source]

:Returns a CVEVulnCollection of filtered vulnerabilities with recently updated patches

filterVulnsWithUpdatedRemediations()[source]

:Returns a CVEVulnCollection of filtered vulnerabilities with recently updated remediations