Files
wpscan/app/models/media.rb

8 lines
96 B
Ruby

module WPScan
module Model
# Media
class Media < InterestingFinding
end
end
end