installed plugin WPScan
version 1.15.1
This commit is contained in:
wp-content/plugins/wpscan
app
Account.php
Checks
Dashboard.phpNotification.phpPlugin.phpReport.phpSettings.phpSiteHealth.phpSummary.phpignoreVulnerabilities.phpassets
css
js
svg
vendor
libraries
action-scheduler
.editorconfig.travis.ymlGruntfile.jsaction-scheduler.php
classes
ActionScheduler_ActionClaim.phpActionScheduler_ActionFactory.phpActionScheduler_AdminView.phpActionScheduler_AsyncRequest_QueueRunner.phpActionScheduler_Compatibility.phpActionScheduler_DataController.phpActionScheduler_DateTime.phpActionScheduler_Exception.phpActionScheduler_FatalErrorMonitor.phpActionScheduler_InvalidActionException.phpActionScheduler_ListTable.phpActionScheduler_LogEntry.phpActionScheduler_NullLogEntry.phpActionScheduler_OptionLock.phpActionScheduler_QueueCleaner.phpActionScheduler_QueueRunner.phpActionScheduler_Versions.phpActionScheduler_WPCommentCleaner.phpActionScheduler_wcSystemStatus.php
codecov.ymlcomposer.jsoncomposer.lockWP_CLI
ActionScheduler_WPCLI_QueueRunner.phpActionScheduler_WPCLI_Scheduler_command.phpMigration_Command.phpProgressBar.php
abstracts
ActionScheduler.phpActionScheduler_Abstract_ListTable.phpActionScheduler_Abstract_QueueRunner.phpActionScheduler_Abstract_RecurringSchedule.phpActionScheduler_Abstract_Schedule.phpActionScheduler_Abstract_Schema.phpActionScheduler_Lock.phpActionScheduler_Logger.phpActionScheduler_Store.phpActionScheduler_TimezoneHelper.php
actions
ActionScheduler_Action.phpActionScheduler_CanceledAction.phpActionScheduler_FinishedAction.phpActionScheduler_NullAction.php
data-stores
ActionScheduler_DBLogger.phpActionScheduler_DBStore.phpActionScheduler_HybridStore.phpActionScheduler_wpCommentLogger.phpActionScheduler_wpPostStore.phpActionScheduler_wpPostStore_PostStatusRegistrar.phpActionScheduler_wpPostStore_PostTypeRegistrar.phpActionScheduler_wpPostStore_TaxonomyRegistrar.php
migration
ActionMigrator.phpActionScheduler_DBStoreMigrator.phpBatchFetcher.phpConfig.phpController.phpDryRun_ActionMigrator.phpDryRun_LogMigrator.phpLogMigrator.phpRunner.phpScheduler.php
schedules
ActionScheduler_CanceledSchedule.phpActionScheduler_CronSchedule.phpActionScheduler_IntervalSchedule.phpActionScheduler_NullSchedule.phpActionScheduler_Schedule.phpActionScheduler_SimpleSchedule.php
schema
deprecated
ActionScheduler_Abstract_QueueRunner_Deprecated.phpActionScheduler_AdminView_Deprecated.phpActionScheduler_Schedule_Deprecated.phpActionScheduler_Store_Deprecated.phpfunctions.php
docs
CNAME_config.ymlbrowserconfig.xmlfavicon-16x16.pngfavicon-32x32.pngfavicon.icogoogle14ef723abb376cd3.htmlmstile-150x150.pngsafari-pinned-tab.svgsite.webmanifest
functions.php_layouts
android-chrome-192x192.pngandroid-chrome-256x256.pngapple-touch-icon.pngassets
css
lib
WP_Async_Request.php
license.txtpackage-lock.jsonpackage.jsonphpcs.xmlcron-expression
CronExpression.phpCronExpression_AbstractField.phpCronExpression_DayOfMonthField.phpCronExpression_DayOfWeekField.phpCronExpression_FieldFactory.phpCronExpression_FieldInterface.phpCronExpression_HoursField.phpCronExpression_MinutesField.phpCronExpression_MonthField.phpCronExpression_YearField.phpLICENSE
tests
ActionScheduler_UnitTestCase.php
bin
bootstrap.phpphpunit.xml.distphpunit
ActionScheduler_Mock_Async_Request_QueueRunner.phpActionScheduler_Mocker.php
deprecated
helpers
jobs
jobstore
ActionScheduler_DBStoreMigrator_Test.phpActionScheduler_DBStore_Test.phpActionScheduler_HybridStore_Test.phpActionScheduler_wpPostStore_Test.php
lock
logging
migration
ActionMigrator_Test.phpBatchFetcher_Test.phpConfig_Test.phpLogMigrator_Test.phpRunner_Test.phpScheduler_Test.php
procedural_api
runner
schedules
ActionScheduler_CronSchedule_Test.phpActionScheduler_IntervalSchedule_Test.phpActionScheduler_NullSchedule_Test.phpActionScheduler_SimpleSchedule_Test.php
versioning
travis
security-checks
database-exports
debuglog-files
https
secret-keys
version-control
weak-passwords
wpconfig-backups
xmlrpc-enabled
vendor
autoload.php
composer
views
wpscan.php
11
wp-content/plugins/wpscan/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
Normal file
11
wp-content/plugins/wpscan/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class ActionScheduler_NullLogEntry
|
||||
*/
|
||||
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
|
||||
public function __construct( $action_id = '', $message = '' ) {
|
||||
// nothing to see here
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user