forked from Automattic/vip-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
63 lines (41 loc) · 1.92 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== VIP Scanner ===
Contributors: batmoo, automattic, tott, mfields, keoshi, betzster, nickdaugherty
Tags: scanner, scan, files, security, theme check
Requires at least: 3.4
Tested up to: 3.4.2
Stable tag: 0.4
Scan all sorts of themes and files and things.
== Description ==
Scan all sorts of themes and files and things.
The plugin itself is simple a UI for the VIP Scanner library, which does all the heavy lifting. The library allows you to create arbitrary "Checks" (e.g. UndefinedFunctionCheck), group them together as Reviews (WordPress.org Theme Review), and run them against themes, plugins, directories, single files, and even diffs.
This plugin is based on code from the <a href="http://wordpress.org/extend/plugins/theme-check/">Theme Check</a> (written by Pross and Otto42) and <a href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner</a> (written by donncha) plugins.
== Installation ==
1. Upload the plugin folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Tools > VIP Scanner
or
Install using the Plugin Installer.
== Frequently Asked Questions ==
To come...
== Screenshots ==
1. The VIP Scanner has a slick UI. Slicker than your average.
== Changelog ==
= 0.5 =
* ClamAV Integration
* New checks, including VIPInitCheck, filter_input, WP_Widget_Tag_Cloud, and more!
* WP CLI Support (using vip-scanner command)
* Reducing false positives
* Adjusting severity of several checks
= 0.4 =
* UI Refresh
* Exports
* Auto scan
= 0.3 =
* Various bug fixes, including preventing the annoying upgrade nag between the main VIP Scanner plugin and WP.com Rules.
= 0.2 =
* New checks and scans! VIP_PregFile, EscapingCheck, etc.
* PHP 5.2 compatibility, props kevinmcgillivray and chrisguitarguy
* Bump WP version requirement (3.4)
* Code cleanup, props lance
= 0.1 =
* Initial version, using slightly older versions of the Theme Check plugin's checks.