Download the PHP package aleblanc/security-checker without Composer
On this page you can find all versions of the php package aleblanc/security-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aleblanc/security-checker
More information about aleblanc/security-checker
Files in aleblanc/security-checker
Download aleblanc/security-checker
More information about aleblanc/security-checker
Files in aleblanc/security-checker
Vendor aleblanc
Package security-checker
Short Description A security checker for your composer.lock with github/advisory-database
License MIT
Package security-checker
Short Description A security checker for your composer.lock with github/advisory-database
License MIT
Please rate this library. Is it a good library?
Informations about the package security-checker
Packagist Security Checker from Github advisory database
Use Github advisory database for perform a Symfony security check.
Installation / use :
composer require aleblanc/security-checker --dev php vendor/aleblanc/security-checker/security-checker security:check
Perform a security scan with Github Actions / Github CI from Github advisory database
api_security_checker_github:
name: Github Advisory Security checker (PHP ${{ matrix.php }})
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
php:
- '8.1'
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: intl, bcmath, curl, openssl, mbstring, zip
ini-values: memory_limit=-1
tools: pecl, composer
coverage: none
- run: composer require aleblanc/security-checker --dev
- run: php vendor/aleblanc/security-checker/security-checker security:check
All versions of security-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
symfony/console Version ^2.8|^3.4|^4.2|^5.0
symfony/http-client Version ^4.3|^5.0
symfony/mime Version ^4.3|^5.0
symfony/polyfill-ctype Version ^1.11
ext-zip Version *
symfony/console Version ^2.8|^3.4|^4.2|^5.0
symfony/http-client Version ^4.3|^5.0
symfony/mime Version ^4.3|^5.0
symfony/polyfill-ctype Version ^1.11
ext-zip Version *
The package aleblanc/security-checker contains the following files
Loading the files please wait ...