installed plugin WPScan version 1.15.1

This commit is contained in:
2021-05-13 11:27:50 +00:00
committed by Gitium
parent 2b403ab680
commit e0e2392c3c
193 changed files with 30878 additions and 0 deletions
wp-content/plugins/wpscan
app
assets
composer.json
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
WP_CLI
abstracts
actions
data-stores
migration
schedules
schema
codecov.ymlcomposer.jsoncomposer.lock
deprecated
docs
functions.php
lib
license.txtpackage-lock.jsonpackage.jsonphpcs.xml
tests
license.txtreadme.txtscreenshot-1.pngscreenshot-2.pngscreenshot-3.png
security-checks
database-exports
debuglog-files
https
secret-keys
version-control
weak-passwords
wpconfig-backups
xmlrpc-enabled
uninstall.php
vendor
views
wpscan.php

@ -0,0 +1,11 @@
<?php
/**
* Class ActionScheduler_NullLogEntry
*/
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here
}
}