Merge pull request #315943 from teutat3s/schleuder-fix-tests

schleuder: fix tests

Changed files
+121 -83
pkgs
+1
pkgs/tools/security/schleuder/Gemfile
···
source 'https://rubygems.org' do
gem 'schleuder'
+
gem 'net-smtp'
end
+36 -31
pkgs/tools/security/schleuder/Gemfile.lock
···
GEM
remote: https://rubygems.org/
specs:
-
activemodel (6.1.6)
-
activesupport (= 6.1.6)
-
activerecord (6.1.6)
-
activemodel (= 6.1.6)
-
activesupport (= 6.1.6)
-
activesupport (6.1.6)
+
activemodel (6.1.7.7)
+
activesupport (= 6.1.7.7)
+
activerecord (6.1.7.7)
+
activemodel (= 6.1.7.7)
+
activesupport (= 6.1.7.7)
+
activesupport (6.1.7.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
-
bcrypt (3.1.18)
+
bcrypt (3.1.20)
charlock_holmes (0.7.7)
-
concurrent-ruby (1.1.10)
+
concurrent-ruby (1.3.1)
daemons (1.4.1)
eventmachine (1.2.7)
-
gpgme (2.0.20)
-
mini_portile2 (~> 2.3)
-
i18n (1.10.0)
+
gpgme (2.0.24)
+
mini_portile2 (~> 2.7)
+
i18n (1.14.5)
concurrent-ruby (~> 1.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mail-gpg (0.4.4)
gpgme (~> 2.0, >= 2.0.2)
mail (~> 2.5, >= 2.5.3)
-
mini_mime (1.1.2)
-
mini_portile2 (2.8.0)
-
minitest (5.16.1)
+
mini_mime (1.1.5)
+
mini_portile2 (2.8.6)
+
minitest (5.23.1)
multi_json (1.15.0)
-
mustermann (1.1.1)
+
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
-
rack (2.2.3.1)
-
rack-protection (2.2.0)
+
net-protocol (0.2.2)
+
timeout
+
net-smtp (0.5.0)
+
net-protocol
+
rack (2.2.9)
+
rack-protection (2.2.4)
rack
-
rake (13.0.6)
+
rake (13.2.1)
ruby2_keywords (0.0.5)
schleuder (4.0.3)
activerecord (~> 6.1.3)
···
sqlite3 (~> 1.4.2)
thin (~> 1)
thor (~> 0)
-
sinatra (2.2.0)
-
mustermann (~> 1.0)
+
sinatra (2.2.4)
+
mustermann (~> 2.0)
rack (~> 2.2)
-
rack-protection (= 2.2.0)
+
rack-protection (= 2.2.4)
tilt (~> 2.0)
-
sinatra-contrib (2.2.0)
+
sinatra-contrib (2.2.4)
multi_json
-
mustermann (~> 1.0)
-
rack-protection (= 2.2.0)
-
sinatra (= 2.2.0)
+
mustermann (~> 2.0)
+
rack-protection (= 2.2.4)
+
sinatra (= 2.2.4)
tilt (~> 2.0)
sqlite3 (1.4.4)
-
thin (1.8.1)
+
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.3)
-
tilt (2.0.10)
-
tzinfo (2.0.4)
+
tilt (2.3.0)
+
timeout (0.4.1)
+
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
-
zeitwerk (2.6.0)
+
zeitwerk (2.6.15)
PLATFORMS
-
aarch64-linux
x86_64-linux
DEPENDENCIES
+
net-smtp!
schleuder!
BUNDLED WITH
-
2.3.9
+
2.5.9
+1 -1
pkgs/tools/security/schleuder/cli/Gemfile
···
source "https://rubygems.org"
-
gem "schleuder-cli", git: "https://0xacab.org/schleuder/schleuder-cli", tag: "schleuder-cli-0.1.0"
+
gem "schleuder-cli", git: "https://0xacab.org/schleuder/schleuder-cli", tag: "schleuder-cli-0.2.0"
+6 -6
pkgs/tools/security/schleuder/cli/Gemfile.lock
···
GIT
remote: https://0xacab.org/schleuder/schleuder-cli
-
revision: 1de2548695d9a74f47b7868954561b48cbc966f9
-
tag: schleuder-cli-0.1.0
+
revision: fd010d28b1503504056e714e03abf043b64794ea
+
tag: schleuder-cli-0.2.0
specs:
-
schleuder-cli (0.1.0)
-
thor (~> 0)
+
schleuder-cli (0.2.0)
+
thor (~> 1)
GEM
remote: https://rubygems.org/
specs:
-
thor (0.20.3)
+
thor (1.3.1)
PLATFORMS
aarch64-linux
···
schleuder-cli!
BUNDLED WITH
-
2.3.9
+
2.5.9
+5 -5
pkgs/tools/security/schleuder/cli/gemset.nix
···
platforms = [];
source = {
fetchSubmodules = false;
-
rev = "1de2548695d9a74f47b7868954561b48cbc966f9";
-
sha256 = "0k4i33w9a0bscw4wbs301vxca367g7pa89y6cr24i0014pbmhs9z";
+
rev = "fd010d28b1503504056e714e03abf043b64794ea";
+
sha256 = "1r8ayi0d00c14q40247rwjf5s5n3dsy9d9blhf5jzm3kddzpwnbx";
type = "git";
url = "https://0xacab.org/schleuder/schleuder-cli";
};
-
version = "0.1.0";
+
version = "0.2.0";
};
thor = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
+
sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
type = "gem";
};
-
version = "0.20.3";
+
version = "1.3.1";
};
}
+72 -40
pkgs/tools/security/schleuder/gemset.nix
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "1f0ai51icvvx5q0jd1l89k0dlwzpsrkqlj6x43f8qc4bd1ya9glx";
+
sha256 = "0zz32997k2fsyd0fzrh8f79yjr6hv3i4j9wykkxncl02j8dhrkay";
type = "gem";
};
-
version = "6.1.6";
+
version = "6.1.7.7";
};
activerecord = {
dependencies = ["activemodel" "activesupport"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0khjnkvmiyap1g3rvw9hp16mzai4smqcg5hxhq28pll25ljzxdbp";
+
sha256 = "0qzymgyrvw2k32ldabp2jr0zgp6z9w8smyb946qgvs9zfs4n2qnn";
type = "gem";
};
-
version = "6.1.6";
+
version = "6.1.7.7";
};
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "08wzpwgdm03vzb8gqr8bvfdarb89g5ah0skvwqk6qv87p55xqkyw";
+
sha256 = "0r2i9b0pm0b1dy8fc7kyls1g7f0bcnyq53v825rykibzdqfqdfgp";
type = "gem";
};
-
version = "6.1.6";
+
version = "6.1.7.7";
};
bcrypt = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "048z3fvcknqx7ikkhrcrykxlqmf9bzc7l0y5h1cnvrc9n2qf0k8m";
+
sha256 = "16a0g2q40biv93i1hch3gw8rbmhp77qnnifj1k0a6m7dng3zh444";
type = "gem";
};
-
version = "3.1.18";
+
version = "3.1.20";
};
charlock_holmes = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14";
+
sha256 = "1kmhr3pz2nmhnq0nqlicqfwfmkzkcl835g7sw1gjjhjvhz8g2sf3";
type = "gem";
};
-
version = "1.1.10";
+
version = "1.3.1";
};
daemons = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0xbgh9d8nbvsvyzqnd0mzhz0nr9hx4qn025kmz6d837lry4lc6gw";
+
sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k";
type = "gem";
};
-
version = "2.0.20";
+
version = "2.0.24";
};
i18n = {
dependencies = ["concurrent-ruby"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg";
+
sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16";
type = "gem";
};
-
version = "1.10.0";
+
version = "1.14.5";
};
mail = {
dependencies = ["mini_mime"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
+
sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
type = "gem";
};
-
version = "1.1.2";
+
version = "1.1.5";
};
mini_portile2 = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
+
sha256 = "149r94xi6b3jbp6bv72f8383b95ndn0p5sxnq11gs1j9jadv0ajf";
type = "gem";
};
-
version = "2.8.0";
+
version = "2.8.6";
};
minitest = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "08z6rgs1jgbc032843mwg3fayvzn4hihz8bl2gp87pf7z02kw5f3";
+
sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
type = "gem";
};
-
version = "5.16.1";
+
version = "5.23.1";
};
multi_json = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a";
+
sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb";
type = "gem";
};
-
version = "1.1.1";
+
version = "2.0.2";
+
};
+
net-protocol = {
+
dependencies = ["timeout"];
+
groups = ["default"];
+
platforms = [];
+
source = {
+
remotes = ["https://rubygems.org"];
+
sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
+
type = "gem";
+
};
+
version = "0.2.2";
+
};
+
net-smtp = {
+
dependencies = ["net-protocol"];
+
groups = ["default"];
+
platforms = [];
+
source = {
+
remotes = ["https://rubygems.org"];
+
sha256 = "0amlhz8fhnjfmsiqcjajip57ici2xhw089x7zqyhpk51drg43h2z";
+
type = "gem";
+
};
+
version = "0.5.0";
};
rack = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "1b1qsg0yfargdhmpapp2d3mlxj82wyygs9nj74w0r03diyi8swlc";
+
sha256 = "0hj0rkw2z9r1lcg2wlrcld2n3phwrcgqcp7qd1g9a7hwgalh2qzx";
type = "gem";
};
-
version = "2.2.3.1";
+
version = "2.2.9";
};
rack-protection = {
dependencies = ["rack"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2";
+
sha256 = "1d6irsigm0i4ig1m47c94kixi3wb8jnxwvwkl8qxvyngmb73srl2";
type = "gem";
};
-
version = "2.2.0";
+
version = "2.2.4";
};
rake = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
+
sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
type = "gem";
};
-
version = "13.0.6";
+
version = "13.2.1";
};
ruby2_keywords = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y";
+
sha256 = "0wkc079h6hzq737j4wycpnv7c38mhd0rl33pszyy7768zzvyjc9y";
type = "gem";
};
-
version = "2.2.0";
+
version = "2.2.4";
};
sinatra-contrib = {
dependencies = ["multi_json" "mustermann" "rack-protection" "sinatra" "tilt"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0zzckl2n7r18fk3929hgcv8pby6hxwva0rbxw66yq6r96lnwzryb";
+
sha256 = "0s6c1k3zzxp3xa7libvlpqaby27124rccyyxcsly04ih904cxk33";
type = "gem";
};
-
version = "2.2.0";
+
version = "2.2.4";
};
sqlite3 = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "123bh7qlv6shk8bg8cjc84ix8bhlfcilwnn3iy6zq3l57yaplm9l";
+
sha256 = "08g1yq6zzvgndj8fd98ah7pp8g2diw28p8bfjgv7rvjvp8d2am8w";
type = "gem";
};
-
version = "1.8.1";
+
version = "1.8.2";
};
thor = {
groups = ["default"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv";
+
sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2";
type = "gem";
};
-
version = "2.0.10";
+
version = "2.3.0";
+
};
+
timeout = {
+
groups = ["default"];
+
platforms = [];
+
source = {
+
remotes = ["https://rubygems.org"];
+
sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg";
+
type = "gem";
+
};
+
version = "0.4.1";
};
tzinfo = {
dependencies = ["concurrent-ruby"];
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z";
+
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
type = "gem";
};
-
version = "2.0.4";
+
version = "2.0.6";
};
zeitwerk = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "0xjdr2szxvn3zb1sb5l8nfd6k9jr3b4qqbbg1mj9grf68m3fxckc";
+
sha256 = "1kr2731z8f6cj23jxh67cdnpkrnnfwbrxj1hfhshls4mp8i8drmj";
type = "gem";
};
-
version = "2.6.0";
+
version = "2.6.15";
};
}