File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 4040 http-cookie
4141 irb
4242 jsobfu
43- json
43+ json ( = 2.10.2 )
4444 lru_redux
4545 metasm
4646 metasploit-concern
@@ -176,15 +176,15 @@ GEM
176176 activerecord (>= 3.1.0 , < 8.1 )
177177 ast (2.4.3 )
178178 aws-eventstream (1.4.0 )
179- aws-partitions (1.1132 .0 )
179+ aws-partitions (1.1134 .0 )
180180 aws-sdk-core (3.227.0 )
181181 aws-eventstream (~> 1 , >= 1.3.0 )
182182 aws-partitions (~> 1 , >= 1.992.0 )
183183 aws-sigv4 (~> 1.9 )
184184 base64
185185 jmespath (~> 1 , >= 1.6.1 )
186186 logger
187- aws-sdk-ec2 (1.540 .0 )
187+ aws-sdk-ec2 (1.541 .0 )
188188 aws-sdk-core (~> 3 , >= 3.227.0 )
189189 aws-sigv4 (~> 1.5 )
190190 aws-sdk-ec2instanceconnect (1.59.0 )
229229 irb (~> 1.10 )
230230 reline (>= 0.3.8 )
231231 diff-lcs (1.6.2 )
232- dnsruby (1.72.4 )
233- base64 (~> 0.2.0 )
234- logger (~> 1.6.5 )
232+ dnsruby (1.72.2 )
235233 simpleidn (~> 0.2.1 )
236234 docile (1.4.1 )
237235 domain_name (0.6.20240107 )
300298 jmespath (1.6.2 )
301299 jsobfu (0.4.2 )
302300 rkelly-remix
303- json (2.13.0 )
301+ json (2.10.2 )
304302 language_server-protocol (3.17.0.5 )
305303 license_finder (5.11.1 )
306304 bundler
311309 xml-simple
312310 lint_roller (1.1.0 )
313311 little-plugger (1.1.4 )
314- logger (1.6.6 )
312+ logger (1.7.0 )
315313 logging (2.4.0 )
316314 little-plugger (~> 1.1 )
317315 multi_json (~> 1.14 )
368366 mime-types (3.7.0 )
369367 logger
370368 mime-types-data (~> 3.2025 , >= 3.2025.0507 )
371- mime-types-data (3.2025.0715 )
369+ mime-types-data (3.2025.0722 )
372370 mini_portile2 (2.8.9 )
373371 minitest (5.25.5 )
374372 mqtt (0.6.0 )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
5959 # Needed for Javascript obfuscation
6060 spec . add_runtime_dependency 'jsobfu'
6161 # Needed for some admin modules (scrutinizer_add_user.rb)
62- spec . add_runtime_dependency 'json'
62+ spec . add_runtime_dependency 'json' , '2.10.2' # Pinned https://github.com/ruby/json/issues/827
6363 # Metasm compiler/decompiler/assembler
6464 spec . add_runtime_dependency 'metasm'
6565 # Needed for aarch64 assembler support - as Metasm does not currently support Aarch64 fully
You can’t perform that action at this time.
0 commit comments