class SensiolabHelper

Methods

__construct(Client $objguzzle, Command $objcommand)

SensiolabHelper constructor.

array
getSensiolabVulnerabilties($fileLock)

Send Request to sensiolab and return array of sensiolab vulnerabilities.

array
parseVulnerability($name, $vulnerability)

No description

array
checkResponse($key, $vulnerability, bool $tuttoOk)

No description

Details

at line line 28
__construct(Client $objguzzle, Command $objcommand)

SensiolabHelper constructor.

Parameters

Client $objguzzle
Command $objcommand

at line line 43
array getSensiolabVulnerabilties($fileLock)

Send Request to sensiolab and return array of sensiolab vulnerabilities.

Empty array if here is no vulnerabilities.

Parameters

$fileLock path to composer.lock file.

Return Value

array

at line line 107
array parseVulnerability($name, $vulnerability)

Parameters

$name
$vulnerability

Return Value

array

at line line 141
array checkResponse($key, $vulnerability, bool $tuttoOk)

Parameters

$key
$vulnerability
bool $tuttoOk

Return Value

array