def top_10_sorted
                    raw = notable_order_by_cvss_raw
                    data = Array.new

                    raw.each do |vuln|