# First fetch the latest CVE info fetch http://cve.mitre.org/cve/downloads/allitems.csv.gz gzip -d allitems.csv.gz # Run the script to make vuxml_missing_cve.csv which contains the # mising CVE entries per VuXML entry ./mcve.pl allitems.csv /usr/ports/vuxml/vuln.xml # Now run the patcher script to merge the CVE entries into vuln.xml. # This is an interactive script which allows you to check the CVE # entry and reference before updating VuXML. 4) ./cve_patcher.pl vuxml_missing_cve.csv /usr/ports/vuxml/vuln.xml \ /usr/ports/vuxml/new.xml # Finally, check the newly created VuXML document manually and remove the comment files that were added by the cve_patcher script. 5) Check new.xml and replace vuln.xml with it.