wpscan: 3.5.3 -> 3.7.5 (#75580)

This commit is contained in:
Renaud 2019-12-14 15:55:33 +01:00 committed by GitHub
parent 7358e4f93c
commit dd465ba6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 85 additions and 45 deletions

View File

@ -1,45 +1,53 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (5.2.3) activesupport (6.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.6.0) zeitwerk (~> 2.2)
public_suffix (>= 2.0.2, < 4.0) addressable (2.7.0)
cms_scanner (0.5.1) public_suffix (>= 2.0.2, < 5.0)
nokogiri (~> 1.10.0) cms_scanner (0.7.1)
opt_parse_validator (~> 1.7.2) get_process_mem (~> 0.2.5)
public_suffix (~> 3.0.0) nokogiri (~> 1.10.4)
opt_parse_validator (~> 1.8.1)
public_suffix (>= 3.0, < 4.1)
ruby-progressbar (~> 1.10.0) ruby-progressbar (~> 1.10.0)
sys-proctable (~> 1.2.2)
typhoeus (~> 1.3.0) typhoeus (~> 1.3.0)
xmlrpc (~> 0.3) xmlrpc (~> 0.3)
yajl-ruby (~> 1.4.1) yajl-ruby (~> 1.4.1)
concurrent-ruby (1.1.5) concurrent-ruby (1.1.5)
ethon (0.12.0) ethon (0.12.0)
ffi (>= 1.3.0) ffi (>= 1.3.0)
ffi (1.10.0) ffi (1.11.3)
i18n (1.6.0) get_process_mem (0.2.5)
ffi (~> 1.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.13.0)
nokogiri (1.10.3) nokogiri (1.10.7)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
opt_parse_validator (1.7.2) opt_parse_validator (1.8.1)
activesupport (>= 4.2, < 5.3.0) activesupport (> 4.2, < 6.1.0)
addressable (>= 2.5, < 2.7) addressable (>= 2.5, < 2.8)
public_suffix (3.0.3) public_suffix (4.0.1)
ruby-progressbar (1.10.0) ruby-progressbar (1.10.1)
sys-proctable (1.2.2)
ffi
thread_safe (0.3.6) thread_safe (0.3.6)
typhoeus (1.3.1) typhoeus (1.3.1)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
wpscan (3.5.3) wpscan (3.7.5)
cms_scanner (~> 0.5.0) cms_scanner (~> 0.7.1)
xmlrpc (0.3.0) xmlrpc (0.3.0)
yajl-ruby (1.4.1) yajl-ruby (1.4.1)
zeitwerk (2.2.2)
PLATFORMS PLATFORMS
ruby ruby
@ -48,4 +56,4 @@ DEPENDENCIES
wpscan wpscan
BUNDLED WITH BUNDLED WITH
1.17.2 1.17.3

View File

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

View File

@ -1,14 +1,14 @@
{ {
activesupport = { activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8"; sha256 = "190xv21yz03zz8nlfly557ir859jr5zkwi89naziy65hskdnkw1s";
type = "gem"; type = "gem";
}; };
version = "5.2.3"; version = "6.0.1";
}; };
addressable = { addressable = {
dependencies = ["public_suffix"]; dependencies = ["public_suffix"];
@ -16,21 +16,21 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0bcm2hchn897xjhqj9zzsxf3n9xhddymj4lsclz508f4vw3av46l"; sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
type = "gem"; type = "gem";
}; };
version = "2.6.0"; version = "2.7.0";
}; };
cms_scanner = { cms_scanner = {
dependencies = ["nokogiri" "opt_parse_validator" "public_suffix" "ruby-progressbar" "typhoeus" "xmlrpc" "yajl-ruby"]; dependencies = ["get_process_mem" "nokogiri" "opt_parse_validator" "public_suffix" "ruby-progressbar" "sys-proctable" "typhoeus" "xmlrpc" "yajl-ruby"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "03hvvqq0s35a6l7lx9zpagv0gcdzhw7jvhzssiaiy6y81cx4z9pn"; sha256 = "14xmsigczibihlziisdgabsaz9lm2v31snlkc8kmza73pv8a61r4";
type = "gem"; type = "gem";
}; };
version = "0.5.1"; version = "0.7.1";
}; };
concurrent-ruby = { concurrent-ruby = {
groups = ["default"]; groups = ["default"];
@ -58,10 +58,21 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p"; sha256 = "10ay35dm0lkcqprsiya6q2kwvyid884102ryipr4vrk790yfp8kd";
type = "gem"; type = "gem";
}; };
version = "1.10.0"; version = "1.11.3";
};
get_process_mem = {
dependencies = ["ffi"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1q7pivp9z9pdxc2ha32q7x9zgqy8m9jf87g6n5mvi5l6knxya8sh";
type = "gem";
};
version = "0.2.5";
}; };
i18n = { i18n = {
dependencies = ["concurrent-ruby"]; dependencies = ["concurrent-ruby"];
@ -69,10 +80,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl"; sha256 = "0hmypvx9iyc0b4hski7aic2xzm09cg1c7q1qlpnk3k8s5acxzyhl";
type = "gem"; type = "gem";
}; };
version = "1.6.0"; version = "1.7.0";
}; };
mini_portile2 = { mini_portile2 = {
groups = ["default"]; groups = ["default"];
@ -89,10 +100,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0icglrhghgwdlnzzp4jf76b0mbc71s80njn5afyfjn4wqji8mqbq"; sha256 = "0w16p7cvslh3hxd3cia8jg4pd85z7rz7xqb16vh42gj4rijn8rmi";
type = "gem"; type = "gem";
}; };
version = "5.11.3"; version = "5.13.0";
}; };
nokogiri = { nokogiri = {
dependencies = ["mini_portile2"]; dependencies = ["mini_portile2"];
@ -100,10 +111,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4"; sha256 = "0r0qpgf80h764k176yr63gqbs2z0xbsp8vlvs2a79d5r9vs83kln";
type = "gem"; type = "gem";
}; };
version = "1.10.3"; version = "1.10.7";
}; };
opt_parse_validator = { opt_parse_validator = {
dependencies = ["activesupport" "addressable"]; dependencies = ["activesupport" "addressable"];
@ -111,30 +122,41 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "14zp0260x652pf75maq9ydvqsqgv8ji9w85gjk8f0vwjykf1151n"; sha256 = "19rm44ww3zfb440kqpdprwb7y2d0gcm4znhv4kfs8dkhz8k1k5vy";
type = "gem"; type = "gem";
}; };
version = "1.7.2"; version = "1.8.1";
}; };
public_suffix = { public_suffix = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l"; sha256 = "0xnfv2j2bqgdpg2yq9i2rxby0w2sc9h5iyjkpaas2xknwrgmhdb0";
type = "gem"; type = "gem";
}; };
version = "3.0.3"; version = "4.0.1";
}; };
ruby-progressbar = { ruby-progressbar = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1cv2ym3rl09svw8940ny67bav7b2db4ms39i4raaqzkf59jmhglk"; sha256 = "1k77i0d4wsn23ggdd2msrcwfy0i376cglfqypkk2q77r2l3408zf";
type = "gem"; type = "gem";
}; };
version = "1.10.0"; version = "1.10.1";
};
sys-proctable = {
dependencies = ["ffi"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ndk34ipd4v96v5cbvj0kbkhnssi4nqrzd7sifyg3bavi1jrw3w8";
type = "gem";
};
version = "1.2.2";
}; };
thread_safe = { thread_safe = {
groups = ["default"]; groups = ["default"];
@ -174,10 +196,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0j4v24iwy35q7qy3l8zr5r8mjn7nc7ahdiq13dpgjwrprvrw1jk2"; sha256 = "0vn6i48msxhj8g769vn2s3siv98cnqchblw69ldk1mr85lw4jci6";
type = "gem"; type = "gem";
}; };
version = "3.5.3"; version = "3.7.5";
}; };
xmlrpc = { xmlrpc = {
groups = ["default"]; groups = ["default"];
@ -199,4 +221,14 @@
}; };
version = "1.4.1"; version = "1.4.1";
}; };
} zeitwerk = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0jywi63w1m2b2w9fj9rjb9n3imf6p5bfijfmml1xzdnsrdrjz0x1";
type = "gem";
};
version = "2.2.2";
};
}