Skip to content

Scan Drupal composer-based projects for flagged security advisories for Drupal packages.

Notifications You must be signed in to change notification settings

lpeabody/drupal-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Security Check

This is a Drupal package security scanning tool. It uses Drush's pm:security scanning tool to inspect your project's composer.json and composer.lock files for flagged packages, using a list published by Drupal.org.

Usage:

docker run --rm \
    -v $PWD/composer.json:/app/composer.json \
    -v $PWD/composer.lock:/app/composer.lock \
    lpeabody/drupal-security

Whitelisting packages

You may optionally whitelist packages by passing a comma-separated list of Composer package names (e.g. drupal/group, drupal/lightning, etc.) using the --allowed argument.

Usage:

docker run --rm \
    -v $PWD/composer.json:/app/composer.json \
    -v $PWD/composer.lock:/app/composer.lock \
    lpeabody/drupal-security drush pm:security --allowed=drupal/group:1.0.0-rc5

About

Scan Drupal composer-based projects for flagged security advisories for Drupal packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published