This project is not covered by Drupal’s security advisory policy.

Implementation of the iniscan project in Drupal.
The module integrates the iniscan methods to display security concerns with the configuration of the php.ini file in use in the Drupal site

From iniscan:

Scanner for PHP.ini
The Iniscan is a tool designed to scan the given php.ini file for common security practices and report back results. Currently it is only for use on the command line and reports the results back to the display for both Pass and Fail on each test.
Source: https://github.com/psecio/iniscan

From websec.io:

Iniscan - an Overview
The goal behind the Iniscan project was to gather together the wide range of best practices. This includes both the more general PHP audience and those looking for things a bit more specific to the version of PHP they're running. The scanner looks at the php.ini file its been given (either the default or from a command line option) and compares the settings against its own rule set, looking for issues.
Source: http://websec.io/2013/12/06/Iniscan-Security-Best-Practices-phpini-Scann...

Project information

Releases