From 37051c501a2b88c4636f9403d7388f0cb031dbef Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 23 Jun 2021 02:09:00 -0400 Subject: [PATCH] exploitdb 2021-06-23 Closes #79861. Signed-off-by: Nanda H Krishna Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/exploitdb.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/exploitdb.rb b/Formula/exploitdb.rb index 411194a8f1abe..733499e7daa7f 100644 --- a/Formula/exploitdb.rb +++ b/Formula/exploitdb.rb @@ -2,9 +2,9 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://github.com/offensive-security/exploitdb.git", - tag: "2021-06-22", - revision: "033645d201050bd37ff31587335db540b2e2d9e3" - version "2021-06-22" + tag: "2021-06-23", + revision: "d318d8a2c7d5ba0fe82d888e4a70bd0e7b24a866" + version "2021-06-23" license "GPL-2.0-or-later" head "https://github.com/offensive-security/exploitdb.git"