An open API service indexing awesome lists of open source software.

https://github.com/vitexus/sensiolabs-security-checker-deb

Debian package with SensioLabs Security Checker tool
https://github.com/vitexus/sensiolabs-security-checker-deb

Last synced: 5 months ago
JSON representation

Debian package with SensioLabs Security Checker tool

Awesome Lists containing this project

README

          

![logo](sensiolabs-security-checker.svg?raw=true)

SensioLabs Security Checker
===========================

Debian package with https://github.com/sensiolabs/security-checker

Installation
------------

```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main backports" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install sensiolabs-security-checker
```

Usage
-----

```shell
security-checker security:check ../path/to/composer.lock
```

![ScreenShot](safe.png?raw=true)

See also: https://github.com/VitexSoftware/netbeans-php-tools

You can also apply to find command output:

```shell
find . -type f -name \composer.lock -exec security-checker security:check {} \;
```
![Errors](errors.png?raw=true)