Git Product home page Git Product logo

composer-scan's Introduction

WordPress Composer Scan

Scan composer.lock file to find vulnerable WordPress plugins/themes using https://wpvulndb.com/ api"

Requirements

Supports most major python versions since 2.7, see tox.ini for tested versions

Required python packages (will automatically be installed by setup.py)

requests
click

Also requires an API key from WPVulnDB

Install

Clone this repo and install with pip

git clone [email protected]:10up-systems/ci-tools/composer-scan.git composer-scan
cd composer-scan
pip install .   ## installs the python package in the currnet directory

Usage

> composer-scan --help
Usage: composer-scan [OPTIONS]

  Console script for composer_scan.

Options:
  -f PATH       composer.lock file to scan, defaults to file in current
                directory
  -v            Verbose output, show status of all plugins, if not set only
                outputs found vulnerabilities
  --no-fail     even if vulnerabilities are found, exit 0 (emergency option to
                not fail CI pipelines)
  --token TEXT  WPVulnDB api token or set as envrionment variable:
                WPVULNDB_API_TOKEN  [required]
  --help        Show this message and exit.

The WPVulnDB API key can be specified on the command line in an envrionment variable WPVULNDB_API_TOKEN. -f can be used to specify the file to scan, if not used composer.lock in the currnet directory will be used

> export WPVULNDB_API_TOKEN="api_token"
> composer-scan -f ~/wp-local-docker-sites/mysite/wordpress/wp-content/composer.lock

Like what you see?

Work with us at 10up

composer-scan's People

Contributors

jeffpaul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.