BOINC Manager
A hackable text editor for the 21st Century.
Info: https://atom.io/
BOINC Manager
A hackable text editor for the 21st Century.
Info: https://atom.io/
| require 'typhoeus' | |
| require 'nokogiri' | |
| #require 'ruby-progressbar' | |
| db_dir = 'data' | |
| @plugin_vulns = Nokogiri::XML.parse(open(db_dir + '/plugin_vulns.xml')).to_s | |
| @theme_vulns = Nokogiri::XML.parse(open(db_dir + '/theme_vulns.xml')).to_s | |
| @version_vulns = Nokogiri::XML.parse(open(db_dir + '/wp_vulns.xml')).to_s | |
| class AdvisoriesParser |