scanner/issue-wfPluginRemoved.php 0000644 00000006114 14720676506 0013170 0 ustar 00 'wfPluginRemoved',
'displayType' => __('Plugin Removed', 'wordfence'),
'iconSVG' => '',
'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
'detailPairs' => array(
__('Plugin Name', 'wordfence') => '${data.Name}',
__('Current Plugin Version', 'wordfence') => '${data.Version}',
null,
__('Details', 'wordfence') => '{{html longMsg}}',
null,
__('Plugin URL', 'wordfence') => array('data.PluginURI', '${data.PluginURI}' . __('View', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'),
__('Vulnerability Information', 'wordfence') => array('data.vulnerabilityLink', '${data.vulnerabilityLink}' . __('View', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'),
__('Vulnerability Severity', 'wordfence') => array('data.cvssScore', '${data.cvssScore}/10.0 (${data.severityLabel})'),
),
'detailControls' => array(
'' . __('Mark as Fixed', 'wordfence') . '',
'' . __('Manage Plugins', 'wordfence') . '',
),
'textOutput' => (isset($textOutput) ? $textOutput : null),
'textOutputDetailPairs' => array(
__('Plugin Name', 'wordfence') => '$data.Name',
__('Current Plugin Version', 'wordfence') => '$data.Version',
null,
__('Details', 'wordfence') => '$longMsg',
null,
__('Plugin URL', 'wordfence') => '$data.PluginURI',
__('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink',
__('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})',
),
))->render(); scanner/issue-wfPluginAbandoned.php 0000644 00000007526 14720676506 0013452 0 ustar 00 'wfPluginAbandoned',
'displayType' => __('Plugin Abandoned', 'wordfence'),
'iconSVG' => '',
'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
'detailPairs' => array(
__('Plugin Name', 'wordfence') => '${data.name}',
__('Current Plugin Version', 'wordfence') => '${data.version}',
__('Last Updated', 'wordfence') => '${data.dateUpdated}',
null,
__('Details', 'wordfence') => '{{if data.vulnerable}}' . esc_html__('Plugin has unpatched security issues.', 'wordfence') . '
{{/if}}{{html longMsg}}',
null,
__('Plugin URL', 'wordfence') => array('data.homepage', '${data.homepage}' . __('View', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'),
__('Repository URL', 'wordfence') => array('data.wpURL', '${data.wpURL}' . __('View', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'),
__('Vulnerability Information', 'wordfence') => array('data.vulnerabilityLink', '${data.vulnerabilityLink}' . __('View', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'),
__('Vulnerability Severity', 'wordfence') => array('data.cvssScore', '${data.cvssScore}/10.0 (${data.severityLabel})'),
),
'detailControls' => array(
'' . __('Mark as Fixed', 'wordfence') . '',
'' . __('Manage Plugins', 'wordfence') . '',
),
'textOutput' => (isset($textOutput) ? $textOutput : null),
'textOutputDetailPairs' => array(
__('Plugin Name', 'wordfence') => '$data.name',
__('Current Plugin Version', 'wordfence') => '$data.version',
__('Last Updated', 'wordfence') => '$data.dateUpdated',
null,
__('Details', 'wordfence') => '$longMsg',
__('Vulnerability Status', 'wordfence') => array('$data.vulnerable', __('Plugin has unpatched security issues.', 'wordfence')),
null,
__('Plugin URL', 'wordfence') => '$data.homepage',
__('Repository URL', 'wordfence') => '$data.wpURL',
__('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink',
__('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})',
),
))->render(); scanner/issue-control-edit-user.php 0000644 00000002140 14720676506 0013425 0 ustar 00