From af6882bc5ba7c048b33716cb435edefeaf64ab28 Mon Sep 17 00:00:00 2001 From: Caitlin Date: Mon, 17 Jun 2024 17:35:34 -0400 Subject: [PATCH] include dradis-pentera --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index c9a27905b..371456986 100644 --- a/Gemfile +++ b/Gemfile @@ -254,6 +254,7 @@ gem 'dradis-nipper', '~> 4.12.0' gem 'dradis-nmap', '~> 4.12.0' gem 'dradis-ntospider', '~> 4.12.0' gem 'dradis-openvas', '~> 4.12.0' +gem 'dradis-pentera', '~> 4.12.0' gem 'dradis-qualys', '~> 4.12.0' gem 'dradis-saint', '~> 4.12.0' gem 'dradis-veracode', '~> 4.12.0' diff --git a/Gemfile.lock b/Gemfile.lock index 09df6b029..1116cb2a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,6 +171,8 @@ GEM dradis-plugins (~> 4.0) dradis-openvas (4.12.0) dradis-plugins (~> 4.0) + dradis-pentera (4.12.0) + dradis-plugins (~> 4.0) dradis-plugins (4.12.1) dradis-projects (4.12.0) dradis-plugins (>= 4.8.0) @@ -546,6 +548,7 @@ DEPENDENCIES dradis-nmap (~> 4.12.0) dradis-ntospider (~> 4.12.0) dradis-openvas (~> 4.12.0) + dradis-pentera (~> 4.12.0) dradis-plugins (~> 4.12.1) dradis-projects (~> 4.12.0) dradis-qualys (~> 4.12.0)