Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Code Analyzer

Beschreibung

Scans plugin files for matches to custom regex patterns. Useful for checking whether your plugins don’t do anything shady.

Default search patterns match the following:

  • Exploitable PHP and JS functions and HTML tags
  • Code (de)obfuscation
  • Remote requests (including pingbacks, trackbacks and mail sending)
  • Filesystem modification
  • Direct database queries
  • User creation
  • Inline and enqueued scripts
  • Unicode and ASCII character literals, integer literals
  • URL addresses
  • Strings containing „swf“
  • Google Analytics and AdSense IDs

Screenshots

  • Configuration page
  • Example code analysis: Akismet

Installation

  1. Install the plugin.
  2. Go to Settings > Code Analyzer to configure the plugin.
  3. To analyze a plugin, click the appropriate „Analyze code“ link on the Plugins page.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Code Analyzer“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Code Analyzer“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.2

  • Results are now sorted alphabetically
  • New option „Results display mode“
  • New search pattern „User creation“