[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.186.194: ~ $
SensioLabs Security Checker
===========================

The SensioLabs Security Checker is a command line tool that checks if your
application uses dependencies with known security vulnerabilities. It uses the
[Security Check Web service][1] and the [Security Advisories Database][2].

**TIP**: As an alternative, you can use the [Symfony CLI][3] tool that has the
following advantages: it does not depend on PHP, all checks are done locally (no
calls to the security.symfony.com API):

    $ symfony security:check

Usage
-----

Download the [security-checker.phar][4] file:

    $ php security-checker.phar security:check /path/to/composer.lock

Use the code from the repository directly:

    $ composer install
    $ php security-checker security:check /path/to/composer.lock

Integration
-----------

The checker uses the Symfony Console component; so, you can easily integrate
the checker into your own project:

 * by using the `SecurityCheckerCommand` class into your Symfony Console
   application;

 * by using the `SecurityChecker` class directly into your own code:

        use SensioLabs\Security\SecurityChecker;

        $checker = new SecurityChecker();
        $result = $checker->check('/path/to/composer.lock', 'json');
        $alerts = json_decode((string) $result, true);

[1]: https://security.symfony.com/
[2]: https://github.com/FriendsOfPHP/security-advisories
[3]: https://symfony.com/download
[4]: https://get.sensiolabs.org/security-checker.phar

Filemanager

Name Type Size Permission Actions
SensioLabs Folder 0755
.gitignore File 23 B 0644
LICENSE File 1.04 KB 0644
README.md File 1.44 KB 0644
box.json File 471 B 0644
composer.json File 619 B 0644
security-checker File 1.02 KB 0644