From 2aa60f7a46d313d77032f9992093c453ee11725b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Dec 2021 05:05:47 +0000 Subject: [PATCH] exploitdb 2021-11-30 Closes #90215. Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com> 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 3fce3865c0c..dc5358226c5 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-11-27", - revision: "c60e7e2012001b1b3e9d065035f79bb55ef00621" - version "2021-11-27" + tag: "2021-11-30", + revision: "897c47e02019f69982fd050b361aa6596bee873d" + version "2021-11-30" license "GPL-2.0-or-later" head "https://github.com/offensive-security/exploitdb.git", branch: "master"