Uses the frozen_string_literal magic comment (will be the default in Ruby 3)

This commit is contained in:
erwanlr
2019-03-21 17:41:29 +00:00
parent 898e8d4546
commit 047a188b34
256 changed files with 512 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# Config Backup

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# DB Export

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# Custom class to include the WPScan::References module

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# Media

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# WordPress Plugin

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# WordPress Theme

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# Timthumb

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# WpItem (superclass of Plugin & Theme)

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# WP Version

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module WPScan
module Model
# Override of the CMSScanner::XMLRPC to include the references