exploitdb 2017-12-01 (#21239)

This commit is contained in:
ilovezfs 2017-12-01 07:59:07 -08:00 committed by GitHub
parent 28a48fadfc
commit 684eeb84f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@ class Exploitdb < Formula
desc "The official Exploit Database"
homepage "https://www.exploit-db.com/"
url "https://github.com/offensive-security/exploit-database.git",
:tag => "2017-11-11",
:revision => "bf64c19b521f9a749574df021571284365428398"
version "2017-11-11"
:tag => "2017-12-01",
:revision => "cc349de5d365aed491a5c0b570bfbb3ca4bd50c0"
version "2017-12-01"
head "https://github.com/offensive-security/exploit-database.git"
bottle :unneeded
@ -12,7 +12,8 @@ class Exploitdb < Formula
def install
inreplace "searchsploit", "gitpath=\"/opt/exploit-database\"", "gitpath=\"#{pkgshare}\""
bin.install "searchsploit"
pkgshare.install %w[files.csv platforms .git]
pkgshare.install %w[.git exploits files_exploits.csv files_shellcodes.csv
shellcodes]
end
test do