1# frozen_string_literal: true 2 3module WPScan 4 module Model 5 # DB Export 6 class DbExport < InterestingFinding 7 end 8 end 9end 10 11