2017 © Pedro Peláez
 

library security-checker-bundle

Security Checker wrapper for Symfony Web Debug Toolbar

image

bocharsky-bw/security-checker-bundle

Security Checker wrapper for Symfony Web Debug Toolbar

  • Tuesday, December 23, 2014
  • by bocharsky-bw
  • Repository
  • 1 Watchers
  • 2 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SecurityCheckerBundle

Security Checker wrapper for Symfony Web Debug Toolbar., (*1)

SensioLabsInsight, (*2)

BW Security Checker, (*3)

Install

Install bundle with Composer dependency manager first by running the command:, (*4)

$ composer require "bocharsky-bw/security-checker-bundle:dev-master", (*5)

Composer will install the bundle to your project's vendor directory., (*6)

Include

Including the bundle to your Symfony project is as easy as to do a few simple steps., (*7)

1) Enable the bundle in application kernel for dev environment:, (*8)

``` php <?php // app/AppKernel.php, (*9)

public function registerBundles() { // other bundles..., (*10)

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    // other dev bundles...
    $bundles[] = new BW\SecurityCheckerBundle\BWSecurityCheckerBundle();
}

}, (*11)


2) Register the bundle's routes for `dev` environment: ``` yaml # app/config/routing_dev.yml _bw_security_checker_bundle: resource: "@BWSecurityCheckerBundle/Resources/config/routing.yml" prefix: /_bw

Congratulations!

You're ready to check your Symfony project for known* security issues by easiest way!, (*12)

* Disclaimer: This checker can only detect vulnerabilities that are referenced in the SensioLabs security advisories database., (*13)

The Versions

23/12 2014

dev-master

9999999-dev https://github.com/bocharsky-bw/SecurityCheckerBundle

Security Checker wrapper for Symfony Web Debug Toolbar

  Sources   Download

MIT

The Requires

 

debug security symfony2 bundle checker toolbar bw

21/12 2014

v0.0.1

0.0.1.0 https://github.com/bocharsky-bw/SecurityCheckerBundle

Security Checker wrapper for Symfony Web Debug Toolbar

  Sources   Download

MIT

The Requires

 

debug security symfony2 bundle checker toolbar bw