@w3sec/w3security-gradle-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.27.0 • Public • Published

W3Security logo


W3Security helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.

ℹ️ This repository is only a plugin to be used with the W3Security CLI tool. To use this plugin to test and fix vulnerabilities in your project, install the W3Security CLI tool first. Head over to w3security.io to get started.

W3Security Gradle CLI Plugin

This plugin provides dependency metadata for Gradle projects that use gradle and have a build.gradle file.

Documentation

Please refer to the W3Security for Java documentation

Support

Not supported No issues expected but not regularly tested Supported and verified with tests

Supported OS

OS Supported
Windows
Linux
OSX ️✅

Supported Node versions

Node Supported
12
14
16

Supported Gradle versions

Gradle Supported
4
5
6
7

Supported W3Security command line arguments:

  • --gradle-sub-project=foo return dependencies for a specific subproject (by default, return only the dependencies for the top-level project)

Additional command line arguments:

  • --all-sub-projects for "multi project" configurations, test all sub-projects.

  • --configuration-matching=<string> Resolve dependencies using only configuration(s) that match the provided Java regular expression, e.g. '^releaseRuntimeClasspath$'.

  • --configuration-attributes=<string> Select certain values of configuration attributes to resolve the dependencies. E.g.: 'buildtype:release,usage:java-runtime'

Under the hood

See lib/init.gradle for the Groovy script injected in Gradle builds to gather and resolve the dependencies.

Readme

Keywords

none

Package Sidebar

Install

npm i @w3sec/w3security-gradle-plugin

Weekly Downloads

0

Version

2.27.0

License

Apache-2.0

Unpacked Size

87.3 kB

Total Files

28

Last publish

Collaborators

  • sulaiman-coder
  • nextlinux