blob: e74b3af9492e94048a50dfb0f8867851d594202e (
plain)
1
2
3
4
5
|
# Audit all gems listed in the Gemfile for known security problems by running bin/bundler-audit.
# CVEs that are not relevant to the application can be enumerated on the ignore list below.
ignore:
- CVE-THAT-DOES-NOT-APPLY
|