aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-bundle-audit/pkg-descr
blob: 27e31f93dd7fa23036d38ab195fdde16fc020e7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bundle-audit is a simple wrapper gem for bundler-audit. It was created to
provide an easy way to include bundler-audit functionality for developers
who might mistakenly require "bundle-audit" instead of "bundler-audit".

This gem essentially just requires bundler-audit, which is the actual
security auditing tool for Ruby applications. It provides patch-level
verification for bundled Ruby applications by checking for known
vulnerabilities in gem dependencies.

The wrapper serves as a convenience for developers and ensures that
both "bundle-audit" and "bundler-audit" references work correctly
in Ruby applications that need security auditing capabilities.