lol

wpscan: 3.4.3 -> 3.5.3, use bundlerApp

+31 -31
+1 -1
pkgs/tools/security/wpscan/Gemfile
··· 1 1 source 'https://rubygems.org' 2 - gem 'wpscan', '= 3.4.3' 2 + gem 'wpscan'
+13 -13
pkgs/tools/security/wpscan/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - activesupport (5.2.2) 4 + activesupport (5.2.3) 5 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 6 i18n (>= 0.7, < 2) 7 7 minitest (~> 5.1) 8 8 tzinfo (~> 1.1) 9 - addressable (2.5.2) 9 + addressable (2.6.0) 10 10 public_suffix (>= 2.0.2, < 4.0) 11 - cms_scanner (0.0.41.3) 11 + cms_scanner (0.5.1) 12 12 nokogiri (~> 1.10.0) 13 - opt_parse_validator (~> 0.0.16.6) 13 + opt_parse_validator (~> 1.7.2) 14 14 public_suffix (~> 3.0.0) 15 15 ruby-progressbar (~> 1.10.0) 16 16 typhoeus (~> 1.3.0) 17 17 xmlrpc (~> 0.3) 18 18 yajl-ruby (~> 1.4.1) 19 - concurrent-ruby (1.1.4) 19 + concurrent-ruby (1.1.5) 20 20 ethon (0.12.0) 21 21 ffi (>= 1.3.0) 22 22 ffi (1.10.0) 23 - i18n (1.5.2) 23 + i18n (1.6.0) 24 24 concurrent-ruby (~> 1.0) 25 25 mini_portile2 (2.4.0) 26 26 minitest (5.11.3) 27 - nokogiri (1.10.1) 27 + nokogiri (1.10.3) 28 28 mini_portile2 (~> 2.4.0) 29 - opt_parse_validator (0.0.16.6) 29 + opt_parse_validator (1.7.2) 30 30 activesupport (>= 4.2, < 5.3.0) 31 - addressable (~> 2.5.0) 31 + addressable (>= 2.5, < 2.7) 32 32 public_suffix (3.0.3) 33 33 ruby-progressbar (1.10.0) 34 34 thread_safe (0.3.6) ··· 36 36 ethon (>= 0.9.0) 37 37 tzinfo (1.2.5) 38 38 thread_safe (~> 0.1) 39 - wpscan (3.4.3) 40 - cms_scanner (~> 0.0.41.2) 39 + wpscan (3.5.3) 40 + cms_scanner (~> 0.5.0) 41 41 xmlrpc (0.3.0) 42 42 yajl-ruby (1.4.1) 43 43 ··· 45 45 ruby 46 46 47 47 DEPENDENCIES 48 - wpscan (= 3.4.3) 48 + wpscan 49 49 50 50 BUNDLED WITH 51 - 1.16.3 51 + 1.17.2
+1 -1
pkgs/tools/security/wpscan/default.nix
··· 15 15 description = "Black box WordPress vulnerability scanner"; 16 16 homepage = https://wpscan.org/; 17 17 license = licenses.unfreeRedistributable; 18 - maintainers = [ maintainers.nyanloutre ]; 18 + maintainers = with maintainers; [ nyanloutre manveru ]; 19 19 platforms = platforms.unix; 20 20 }; 21 21 }
+16 -16
pkgs/tools/security/wpscan/gemset.nix
··· 5 5 platforms = []; 6 6 source = { 7 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1iya7vxqwxysr74s7b4z1x19gmnx5advimzip3cbmsd5bd43wfgz"; 8 + sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8"; 9 9 type = "gem"; 10 10 }; 11 - version = "5.2.2"; 11 + version = "5.2.3"; 12 12 }; 13 13 addressable = { 14 14 dependencies = ["public_suffix"]; ··· 16 16 platforms = []; 17 17 source = { 18 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk"; 19 + sha256 = "0bcm2hchn897xjhqj9zzsxf3n9xhddymj4lsclz508f4vw3av46l"; 20 20 type = "gem"; 21 21 }; 22 - version = "2.5.2"; 22 + version = "2.6.0"; 23 23 }; 24 24 cms_scanner = { 25 25 dependencies = ["nokogiri" "opt_parse_validator" "public_suffix" "ruby-progressbar" "typhoeus" "xmlrpc" "yajl-ruby"]; ··· 27 27 platforms = []; 28 28 source = { 29 29 remotes = ["https://rubygems.org"]; 30 - sha256 = "0m09dlyd4c51nd81dp09nddjpp81n1y0k8g36jf4d78nlgsc83s6"; 30 + sha256 = "03hvvqq0s35a6l7lx9zpagv0gcdzhw7jvhzssiaiy6y81cx4z9pn"; 31 31 type = "gem"; 32 32 }; 33 - version = "0.0.41.3"; 33 + version = "0.5.1"; 34 34 }; 35 35 concurrent-ruby = { 36 36 groups = ["default"]; 37 37 platforms = []; 38 38 source = { 39 39 remotes = ["https://rubygems.org"]; 40 - sha256 = "1ixcx9pfissxrga53jbdpza85qd5f6b5nq1sfqa9rnfq82qnlbp1"; 40 + sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an"; 41 41 type = "gem"; 42 42 }; 43 - version = "1.1.4"; 43 + version = "1.1.5"; 44 44 }; 45 45 ethon = { 46 46 dependencies = ["ffi"]; ··· 69 69 platforms = []; 70 70 source = { 71 71 remotes = ["https://rubygems.org"]; 72 - sha256 = "088xnnpi7hq243n44fmgqvjr0m86ivk8r87k9b3ddq3b7nl6nyf9"; 72 + sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl"; 73 73 type = "gem"; 74 74 }; 75 - version = "1.5.2"; 75 + version = "1.6.0"; 76 76 }; 77 77 mini_portile2 = { 78 78 groups = ["default"]; ··· 100 100 platforms = []; 101 101 source = { 102 102 remotes = ["https://rubygems.org"]; 103 - sha256 = "09zll7c6j7xr6wyvh5mm5ncj6pkryp70ybcsxdbw1nyphx5dh184"; 103 + sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4"; 104 104 type = "gem"; 105 105 }; 106 - version = "1.10.1"; 106 + version = "1.10.3"; 107 107 }; 108 108 opt_parse_validator = { 109 109 dependencies = ["activesupport" "addressable"]; ··· 111 111 platforms = []; 112 112 source = { 113 113 remotes = ["https://rubygems.org"]; 114 - sha256 = "127qxgf6kvv4fnnn5bxx8ivfknjf3ydz3vkxrxj26mva4ijwnkl4"; 114 + sha256 = "14zp0260x652pf75maq9ydvqsqgv8ji9w85gjk8f0vwjykf1151n"; 115 115 type = "gem"; 116 116 }; 117 - version = "0.0.16.6"; 117 + version = "1.7.2"; 118 118 }; 119 119 public_suffix = { 120 120 groups = ["default"]; ··· 174 174 platforms = []; 175 175 source = { 176 176 remotes = ["https://rubygems.org"]; 177 - sha256 = "13wmgmkh7n2jkgf46q9755nsvj34fag1gnns7rlbynkk1277ng6x"; 177 + sha256 = "0j4v24iwy35q7qy3l8zr5r8mjn7nc7ahdiq13dpgjwrprvrw1jk2"; 178 178 type = "gem"; 179 179 }; 180 - version = "3.4.3"; 180 + version = "3.5.3"; 181 181 }; 182 182 xmlrpc = { 183 183 groups = ["default"];