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