wpscan: 3.4.3 -> 3.5.3, use bundlerApp

This commit is contained in:
Michael Fellinger 2019-05-04 21:55:52 +02:00
parent f60936d14d
commit e0dbf2c3f1
4 changed files with 31 additions and 31 deletions

View file

@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'wpscan', '= 3.4.3'
gem 'wpscan'

View file

@ -1,34 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.2)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
cms_scanner (0.0.41.3)
cms_scanner (0.5.1)
nokogiri (~> 1.10.0)
opt_parse_validator (~> 0.0.16.6)
opt_parse_validator (~> 1.7.2)
public_suffix (~> 3.0.0)
ruby-progressbar (~> 1.10.0)
typhoeus (~> 1.3.0)
xmlrpc (~> 0.3)
yajl-ruby (~> 1.4.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.10.0)
i18n (1.5.2)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.1)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
opt_parse_validator (0.0.16.6)
opt_parse_validator (1.7.2)
activesupport (>= 4.2, < 5.3.0)
addressable (~> 2.5.0)
addressable (>= 2.5, < 2.7)
public_suffix (3.0.3)
ruby-progressbar (1.10.0)
thread_safe (0.3.6)
@ -36,8 +36,8 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
wpscan (3.4.3)
cms_scanner (~> 0.0.41.2)
wpscan (3.5.3)
cms_scanner (~> 0.5.0)
xmlrpc (0.3.0)
yajl-ruby (1.4.1)
@ -45,7 +45,7 @@ PLATFORMS
ruby
DEPENDENCIES
wpscan (= 3.4.3)
wpscan
BUNDLED WITH
1.16.3
1.17.2

View file

@ -15,7 +15,7 @@ bundlerApp {
description = "Black box WordPress vulnerability scanner";
homepage = https://wpscan.org/;
license = licenses.unfreeRedistributable;
maintainers = [ maintainers.nyanloutre ];
maintainers = with maintainers; [ nyanloutre manveru ];
platforms = platforms.unix;
};
}

View file

@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1iya7vxqwxysr74s7b4z1x19gmnx5advimzip3cbmsd5bd43wfgz";
sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8";
type = "gem";
};
version = "5.2.2";
version = "5.2.3";
};
addressable = {
dependencies = ["public_suffix"];
@ -16,10 +16,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk";
sha256 = "0bcm2hchn897xjhqj9zzsxf3n9xhddymj4lsclz508f4vw3av46l";
type = "gem";
};
version = "2.5.2";
version = "2.6.0";
};
cms_scanner = {
dependencies = ["nokogiri" "opt_parse_validator" "public_suffix" "ruby-progressbar" "typhoeus" "xmlrpc" "yajl-ruby"];
@ -27,20 +27,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0m09dlyd4c51nd81dp09nddjpp81n1y0k8g36jf4d78nlgsc83s6";
sha256 = "03hvvqq0s35a6l7lx9zpagv0gcdzhw7jvhzssiaiy6y81cx4z9pn";
type = "gem";
};
version = "0.0.41.3";
version = "0.5.1";
};
concurrent-ruby = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ixcx9pfissxrga53jbdpza85qd5f6b5nq1sfqa9rnfq82qnlbp1";
sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an";
type = "gem";
};
version = "1.1.4";
version = "1.1.5";
};
ethon = {
dependencies = ["ffi"];
@ -69,10 +69,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "088xnnpi7hq243n44fmgqvjr0m86ivk8r87k9b3ddq3b7nl6nyf9";
sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl";
type = "gem";
};
version = "1.5.2";
version = "1.6.0";
};
mini_portile2 = {
groups = ["default"];
@ -100,10 +100,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09zll7c6j7xr6wyvh5mm5ncj6pkryp70ybcsxdbw1nyphx5dh184";
sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
type = "gem";
};
version = "1.10.1";
version = "1.10.3";
};
opt_parse_validator = {
dependencies = ["activesupport" "addressable"];
@ -111,10 +111,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "127qxgf6kvv4fnnn5bxx8ivfknjf3ydz3vkxrxj26mva4ijwnkl4";
sha256 = "14zp0260x652pf75maq9ydvqsqgv8ji9w85gjk8f0vwjykf1151n";
type = "gem";
};
version = "0.0.16.6";
version = "1.7.2";
};
public_suffix = {
groups = ["default"];
@ -174,10 +174,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "13wmgmkh7n2jkgf46q9755nsvj34fag1gnns7rlbynkk1277ng6x";
sha256 = "0j4v24iwy35q7qy3l8zr5r8mjn7nc7ahdiq13dpgjwrprvrw1jk2";
type = "gem";
};
version = "3.4.3";
version = "3.5.3";
};
xmlrpc = {
groups = ["default"];