Skip to content

exploitdb 2025-05-26 #224724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Formula/e/exploitdb.rb
Original file line number Diff line number Diff line change
@@ -2,19 +2,19 @@ class Exploitdb < Formula
desc "Database of public exploits and corresponding vulnerable software"
homepage "https://www.exploit-db.com/"
url "https://gitlab.com/exploit-database/exploitdb.git",
tag: "2025-05-22",
revision: "6d030b37a60c2264902be54e42b1015714b64265"
tag: "2025-05-26",
revision: "d69eaacef80e5091a4524d76233f7841067029c7"
license "GPL-2.0-or-later"
head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f57d5b1b26a42d4c3dd693892e77546eebed16c41c0d6c3201a5c6f479fda6e7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "143841313d67c44336a9ff23c5e2db8ada188608501e6c24034c0c81b35c0692"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7396902f0047600a18e7941dbec558affef0ed15d819b84dc279c6a352535781"
sha256 cellar: :any_skip_relocation, sonoma: "ee7f6ebce21597c37245958c80bf8442b186a6fa219cd10460698fbde0c0c49a"
sha256 cellar: :any_skip_relocation, ventura: "8eba386104ccb417dde268b5e875aa1fc76fc85d2a6dc7529cb8109267d48679"
sha256 cellar: :any_skip_relocation, arm64_linux: "ef34db047d903fe86d4f940281c5ae8d35f99cc243068f7e68cd1d1cf07adf34"
sha256 cellar: :any_skip_relocation, x86_64_linux: "88c5c1d3388faad0dd9e8126a7fe628ad2e0dfaec38fdd7a26db9670d5e92b24"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f80d964971f44f7483a5242899cb46561c4ac26a48561d46beda6509fb75c0a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccb2e65dc513f019645e2c965940bbf53e634ba3ce778a2b3fcd1ce0f021c4b3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ba469028f683c16ad8459660617a9dfa27e4e4e4020fccdc2f20172ba7521806"
sha256 cellar: :any_skip_relocation, sonoma: "7fd993ac8dc6b0169c7180341e044af07223d8fa0a0345319680343cdaabd881"
sha256 cellar: :any_skip_relocation, ventura: "9004f63c5be9d41a1d3e410e7a9161014921ee993419428e317013fea1d345be"
sha256 cellar: :any_skip_relocation, arm64_linux: "a0ff9ea9d24e0921d383523c64d7d7a2b7c0adf0f35491681d9b9626c998c44f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "99bb982d069bb65b294eb066ca22b52cace2dcc63abaaf18f9a3e075f39ce790"
end

def install
Loading
Oops, something went wrong.