contrast-agent 3.10.1 → 3.12.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (350) hide show
  1. checksums.yaml +4 -4
  2. data/.flayignore +1 -0
  3. data/.simplecov +5 -2
  4. data/ext/build_funchook.rb +13 -17
  5. data/ext/cs__assess_active_record_named/cs__active_record_named.c +12 -14
  6. data/ext/cs__assess_active_record_named/cs__active_record_named.h +1 -0
  7. data/ext/cs__assess_active_record_named/extconf.rb +3 -0
  8. data/ext/cs__assess_array/cs__assess_array.c +5 -6
  9. data/ext/cs__assess_array/cs__assess_array.h +1 -0
  10. data/ext/cs__assess_array/extconf.rb +3 -0
  11. data/ext/cs__assess_basic_object/cs__assess_basic_object.c +13 -11
  12. data/ext/cs__assess_basic_object/cs__assess_basic_object.h +2 -1
  13. data/ext/cs__assess_basic_object/extconf.rb +3 -0
  14. data/ext/cs__assess_fiber_track/cs__assess_fiber_track.c +4 -3
  15. data/ext/cs__assess_fiber_track/cs__assess_fiber_track.h +3 -3
  16. data/ext/cs__assess_fiber_track/extconf.rb +3 -0
  17. data/ext/cs__assess_hash/cs__assess_hash.c +40 -17
  18. data/ext/cs__assess_hash/cs__assess_hash.h +4 -6
  19. data/ext/cs__assess_hash/extconf.rb +3 -0
  20. data/ext/cs__assess_kernel/cs__assess_kernel.c +11 -9
  21. data/ext/cs__assess_kernel/cs__assess_kernel.h +1 -0
  22. data/ext/cs__assess_kernel/extconf.rb +3 -0
  23. data/ext/cs__assess_marshal_module/cs__assess_marshal_module.c +3 -6
  24. data/ext/cs__assess_marshal_module/extconf.rb +3 -0
  25. data/ext/cs__assess_module/cs__assess_module.c +16 -14
  26. data/ext/cs__assess_module/cs__assess_module.h +3 -0
  27. data/ext/cs__assess_module/extconf.rb +3 -0
  28. data/ext/cs__assess_regexp/cs__assess_regexp.c +13 -9
  29. data/ext/cs__assess_regexp/cs__assess_regexp.h +1 -0
  30. data/ext/cs__assess_regexp/extconf.rb +3 -0
  31. data/ext/cs__assess_string/cs__assess_string.c +5 -8
  32. data/ext/cs__assess_string/cs__assess_string.h +2 -1
  33. data/ext/cs__assess_string/extconf.rb +3 -0
  34. data/ext/cs__assess_string_interpolation26/cs__assess_string_interpolation26.c +2 -2
  35. data/ext/cs__assess_string_interpolation26/cs__assess_string_interpolation26.h +3 -3
  36. data/ext/cs__assess_string_interpolation26/extconf.rb +3 -0
  37. data/ext/cs__assess_yield_track/cs__assess_yield_track.h +1 -1
  38. data/ext/cs__assess_yield_track/extconf.rb +3 -0
  39. data/ext/cs__common/cs__common.c +80 -1
  40. data/ext/cs__common/cs__common.h +34 -0
  41. data/ext/cs__common/extconf.rb +9 -8
  42. data/ext/cs__contrast_patch/cs__contrast_patch.h +1 -6
  43. data/ext/cs__contrast_patch/extconf.rb +3 -0
  44. data/ext/cs__protect_kernel/cs__protect_kernel.c +23 -12
  45. data/ext/cs__protect_kernel/cs__protect_kernel.h +1 -0
  46. data/ext/cs__protect_kernel/extconf.rb +3 -0
  47. data/ext/extconf_common.rb +10 -8
  48. data/funchook/autom4te.cache/output.0 +1 -13
  49. data/funchook/autom4te.cache/requests +50 -51
  50. data/funchook/autom4te.cache/traces.0 +0 -3
  51. data/funchook/config.log +378 -217
  52. data/funchook/config.status +23 -24
  53. data/funchook/configure +1 -13
  54. data/funchook/src/Makefile +7 -7
  55. data/funchook/src/config.h +2 -2
  56. data/funchook/src/decoder.o +0 -0
  57. data/funchook/src/distorm.o +0 -0
  58. data/funchook/src/funchook.o +0 -0
  59. data/funchook/src/funchook_io.o +0 -0
  60. data/funchook/src/funchook_syscall.o +0 -0
  61. data/funchook/src/funchook_unix.o +0 -0
  62. data/funchook/src/funchook_x86.o +0 -0
  63. data/funchook/src/instructions.o +0 -0
  64. data/funchook/src/insts.o +0 -0
  65. data/funchook/src/libfunchook.dylib +0 -0
  66. data/funchook/src/mnemonics.o +0 -0
  67. data/funchook/src/operands.o +0 -0
  68. data/funchook/src/os_func.o +0 -0
  69. data/funchook/src/os_func_unix.o +0 -0
  70. data/funchook/src/prefix.o +0 -0
  71. data/funchook/src/printf_base.o +0 -0
  72. data/funchook/src/textdefs.o +0 -0
  73. data/funchook/src/wstring.o +0 -0
  74. data/funchook/test/Makefile +2 -2
  75. data/funchook/test/funchook_test +0 -0
  76. data/funchook/test/libfunchook_test.so +0 -0
  77. data/funchook/test/libfunchook_test.so.dSYM/Contents/Info.plist +20 -0
  78. data/funchook/test/libfunchook_test.so.dSYM/Contents/Resources/DWARF/libfunchook_test.so +0 -0
  79. data/funchook/test/test_main.o +0 -0
  80. data/funchook/test/x86_64_test.o +0 -0
  81. data/lib/contrast.rb +1 -1
  82. data/lib/contrast/agent.rb +32 -29
  83. data/lib/contrast/agent/assess.rb +1 -11
  84. data/lib/contrast/agent/assess/adjusted_span.rb +3 -1
  85. data/lib/contrast/agent/assess/contrast_event.rb +16 -62
  86. data/lib/contrast/agent/assess/events/event_factory.rb +25 -0
  87. data/lib/contrast/agent/assess/events/source_event.rb +83 -0
  88. data/lib/contrast/agent/assess/insulator.rb +0 -4
  89. data/lib/contrast/agent/assess/policy/patcher.rb +6 -2
  90. data/lib/contrast/agent/assess/policy/policy_node.rb +1 -8
  91. data/lib/contrast/agent/assess/policy/policy_scanner.rb +2 -2
  92. data/lib/contrast/agent/assess/policy/preshift.rb +1 -1
  93. data/lib/contrast/agent/assess/policy/propagation_method.rb +68 -33
  94. data/lib/contrast/agent/assess/policy/propagation_node.rb +2 -1
  95. data/lib/contrast/agent/assess/policy/propagator.rb +1 -0
  96. data/lib/contrast/agent/assess/policy/propagator/custom.rb +1 -1
  97. data/lib/contrast/agent/assess/policy/propagator/database_write.rb +1 -3
  98. data/lib/contrast/agent/assess/policy/propagator/match_data.rb +80 -0
  99. data/lib/contrast/agent/assess/policy/propagator/select.rb +35 -22
  100. data/lib/contrast/agent/assess/policy/propagator/split.rb +26 -6
  101. data/lib/contrast/agent/assess/policy/propagator/substitution.rb +2 -0
  102. data/lib/contrast/agent/assess/policy/rewriter_patch.rb +37 -26
  103. data/lib/contrast/agent/assess/policy/source_method.rb +20 -20
  104. data/lib/contrast/agent/assess/policy/source_node.rb +0 -15
  105. data/lib/contrast/agent/assess/policy/trigger/reflected_xss.rb +90 -0
  106. data/lib/contrast/agent/assess/policy/trigger/xpath.rb +57 -0
  107. data/lib/contrast/agent/assess/policy/trigger_method.rb +30 -45
  108. data/lib/contrast/agent/assess/policy/trigger_node.rb +7 -7
  109. data/lib/contrast/agent/assess/policy/trigger_validation/ssrf_validator.rb +2 -31
  110. data/lib/contrast/agent/assess/properties.rb +5 -3
  111. data/lib/contrast/agent/assess/rule/base.rb +1 -20
  112. data/lib/contrast/agent/assess/rule/provider/hardcoded_value_rule.rb +23 -6
  113. data/lib/contrast/agent/assess/rule/redos.rb +4 -5
  114. data/lib/contrast/agent/assess/tag.rb +24 -14
  115. data/lib/contrast/agent/at_exit_hook.rb +16 -13
  116. data/lib/contrast/agent/class_reopener.rb +23 -8
  117. data/lib/contrast/agent/deadzone/policy/policy.rb +2 -2
  118. data/lib/contrast/agent/disable_reaction.rb +3 -4
  119. data/lib/contrast/agent/exclusion_matcher.rb +7 -48
  120. data/lib/contrast/agent/inventory/policy/datastores.rb +54 -0
  121. data/lib/contrast/agent/inventory/policy/policy.rb +1 -1
  122. data/lib/contrast/agent/middleware.rb +101 -260
  123. data/lib/contrast/agent/module_data.rb +2 -1
  124. data/lib/contrast/agent/patching/policy/after_load_patch.rb +13 -3
  125. data/lib/contrast/agent/patching/policy/after_load_patcher.rb +59 -47
  126. data/lib/contrast/agent/patching/policy/method_policy.rb +3 -3
  127. data/lib/contrast/agent/patching/policy/module_policy.rb +0 -25
  128. data/lib/contrast/agent/patching/policy/patch.rb +97 -23
  129. data/lib/contrast/agent/patching/policy/patcher.rb +28 -30
  130. data/lib/contrast/agent/patching/policy/policy.rb +7 -7
  131. data/lib/contrast/agent/patching/policy/policy_node.rb +3 -11
  132. data/lib/contrast/agent/patching/policy/trigger_node.rb +2 -5
  133. data/lib/contrast/agent/protect/policy/applies_command_injection_rule.rb +63 -0
  134. data/lib/contrast/agent/protect/policy/applies_deserialization_rule.rb +52 -0
  135. data/lib/contrast/agent/protect/policy/applies_no_sqli_rule.rb +68 -0
  136. data/lib/contrast/agent/protect/policy/applies_path_traversal_rule.rb +117 -0
  137. data/lib/contrast/agent/protect/policy/applies_sqli_rule.rb +54 -0
  138. data/lib/contrast/agent/protect/policy/applies_xxe_rule.rb +129 -0
  139. data/lib/contrast/agent/protect/policy/policy.rb +6 -6
  140. data/lib/contrast/agent/protect/policy/rule_applicator.rb +51 -0
  141. data/lib/contrast/agent/protect/rule.rb +0 -5
  142. data/lib/contrast/agent/protect/rule/base.rb +19 -37
  143. data/lib/contrast/agent/protect/rule/base_service.rb +3 -1
  144. data/lib/contrast/agent/protect/rule/cmd_injection.rb +12 -15
  145. data/lib/contrast/agent/protect/rule/default_scanner.rb +0 -13
  146. data/lib/contrast/agent/protect/rule/deserialization.rb +2 -0
  147. data/lib/contrast/agent/protect/rule/http_method_tampering.rb +2 -2
  148. data/lib/contrast/agent/protect/rule/no_sqli.rb +4 -4
  149. data/lib/contrast/agent/protect/rule/path_traversal.rb +6 -10
  150. data/lib/contrast/agent/protect/rule/sqli.rb +5 -4
  151. data/lib/contrast/agent/protect/rule/unsafe_file_upload.rb +2 -0
  152. data/lib/contrast/agent/protect/rule/xss.rb +2 -0
  153. data/lib/contrast/agent/protect/rule/xxe.rb +10 -4
  154. data/lib/contrast/agent/railtie.rb +3 -8
  155. data/lib/contrast/agent/reaction_processor.rb +5 -5
  156. data/lib/contrast/agent/request.rb +11 -18
  157. data/lib/contrast/agent/request_context.rb +16 -19
  158. data/lib/contrast/agent/request_handler.rb +35 -0
  159. data/lib/contrast/agent/response.rb +39 -86
  160. data/lib/contrast/agent/rewriter.rb +22 -10
  161. data/lib/contrast/agent/rule_set.rb +49 -0
  162. data/lib/contrast/agent/scope.rb +0 -6
  163. data/lib/contrast/agent/service_heartbeat.rb +3 -4
  164. data/lib/contrast/agent/socket_client.rb +25 -19
  165. data/lib/contrast/agent/static_analysis.rb +41 -0
  166. data/lib/contrast/agent/thread.rb +1 -1
  167. data/lib/contrast/agent/tracepoint_hook.rb +1 -5
  168. data/lib/contrast/agent/version.rb +1 -1
  169. data/lib/contrast/api.rb +1 -1
  170. data/lib/contrast/api/decorators.rb +14 -0
  171. data/lib/contrast/api/decorators/application_settings.rb +37 -0
  172. data/lib/contrast/api/decorators/application_update.rb +66 -0
  173. data/lib/contrast/api/decorators/input_analysis.rb +17 -0
  174. data/lib/contrast/api/decorators/server_features.rb +24 -0
  175. data/lib/contrast/api/speedracer.rb +28 -24
  176. data/lib/contrast/api/tcp_socket.rb +0 -2
  177. data/lib/contrast/components/agent.rb +34 -24
  178. data/lib/contrast/components/app_context.rb +45 -38
  179. data/lib/contrast/components/assess.rb +25 -15
  180. data/lib/contrast/components/config.rb +7 -5
  181. data/lib/contrast/components/contrast_service.rb +23 -71
  182. data/lib/contrast/components/heap_dump.rb +12 -8
  183. data/lib/contrast/components/interface.rb +15 -22
  184. data/lib/contrast/components/inventory.rb +5 -1
  185. data/lib/contrast/components/logger.rb +3 -68
  186. data/lib/contrast/components/protect.rb +40 -4
  187. data/lib/contrast/components/sampling.rb +22 -11
  188. data/lib/contrast/components/scope.rb +2 -52
  189. data/lib/contrast/components/settings.rb +42 -23
  190. data/lib/contrast/config/base_configuration.rb +1 -0
  191. data/lib/contrast/config/default_value.rb +1 -0
  192. data/lib/contrast/config/protect_rule_configuration.rb +0 -14
  193. data/lib/contrast/config/protect_rules_configuration.rb +0 -1
  194. data/lib/contrast/configuration.rb +2 -2
  195. data/lib/contrast/{extensions/ruby_core → extension}/assess.rb +12 -15
  196. data/lib/contrast/extension/assess/array.rb +77 -0
  197. data/lib/contrast/{extensions/ruby_core → extension}/assess/assess_extension.rb +29 -24
  198. data/lib/contrast/{extensions/ruby_core → extension}/assess/erb.rb +0 -8
  199. data/lib/contrast/extension/assess/eval_trigger.rb +78 -0
  200. data/lib/contrast/{extensions/ruby_core → extension}/assess/exec_trigger.rb +7 -9
  201. data/lib/contrast/extension/assess/fiber.rb +113 -0
  202. data/lib/contrast/extension/assess/hash.rb +39 -0
  203. data/lib/contrast/extension/assess/kernel.rb +110 -0
  204. data/lib/contrast/extension/assess/regexp.rb +84 -0
  205. data/lib/contrast/{extensions/ruby_core → extension}/assess/string.rb +18 -10
  206. data/lib/contrast/{extensions/ruby_core → extension}/delegator.rb +0 -0
  207. data/lib/contrast/{extensions/ruby_core → extension}/inventory.rb +2 -2
  208. data/lib/contrast/extension/kernel.rb +54 -0
  209. data/lib/contrast/{extensions/ruby_core → extension}/module.rb +0 -0
  210. data/lib/contrast/{extensions/ruby_core → extension}/protect.rb +2 -2
  211. data/lib/contrast/extension/protect/kernel.rb +44 -0
  212. data/lib/contrast/{extensions/ruby_core → extension}/protect/psych.rb +1 -1
  213. data/lib/contrast/{extensions/ruby_core → extension}/thread.rb +0 -0
  214. data/lib/contrast/framework/base_support.rb +32 -0
  215. data/lib/contrast/framework/manager.rb +59 -8
  216. data/lib/contrast/framework/platform_version.rb +1 -0
  217. data/lib/contrast/framework/rack/patch/session_cookie.rb +126 -0
  218. data/lib/contrast/framework/rack/patch/support.rb +24 -0
  219. data/lib/contrast/framework/rack/support.rb +22 -0
  220. data/lib/contrast/framework/rails/patch/action_controller_live_buffer.rb +43 -0
  221. data/lib/contrast/framework/rails/patch/assess_configuration.rb +103 -0
  222. data/lib/contrast/framework/rails/patch/rails_application_configuration.rb +31 -0
  223. data/lib/contrast/framework/rails/patch/support.rb +67 -0
  224. data/lib/contrast/framework/rails/rewrite/action_controller_railties_helper_inherited.rb +34 -0
  225. data/lib/contrast/framework/rails/rewrite/active_record_attribute_methods_read.rb +39 -0
  226. data/lib/contrast/framework/rails/rewrite/active_record_named.rb +73 -0
  227. data/lib/contrast/framework/rails/rewrite/active_record_time_zone_inherited.rb +33 -0
  228. data/lib/contrast/framework/rails/support.rb +115 -0
  229. data/lib/contrast/framework/sinatra/application_helper.rb +51 -0
  230. data/lib/contrast/framework/sinatra/patch/base.rb +83 -0
  231. data/lib/contrast/framework/sinatra/patch/support.rb +27 -0
  232. data/lib/contrast/framework/sinatra/support.rb +109 -0
  233. data/lib/contrast/framework/view_technologies_descriptor.rb +1 -0
  234. data/lib/contrast/logger/application.rb +80 -0
  235. data/lib/contrast/logger/log.rb +143 -0
  236. data/lib/contrast/logger/time.rb +50 -0
  237. data/lib/contrast/tasks/config.rb +54 -0
  238. data/lib/contrast/tasks/service.rb +3 -13
  239. data/lib/contrast/utils/assess/sampling_util.rb +4 -9
  240. data/lib/contrast/utils/assess/tracking_util.rb +7 -1
  241. data/lib/contrast/utils/boolean_util.rb +2 -2
  242. data/lib/contrast/utils/cache.rb +0 -11
  243. data/lib/contrast/utils/class_util.rb +24 -3
  244. data/lib/contrast/utils/gemfile_reader.rb +7 -5
  245. data/lib/contrast/utils/hash_digest.rb +2 -11
  246. data/lib/contrast/utils/heap_dump_util.rb +12 -11
  247. data/lib/contrast/utils/invalid_configuration_util.rb +4 -4
  248. data/lib/contrast/utils/inventory_util.rb +2 -2
  249. data/lib/contrast/utils/io_util.rb +1 -11
  250. data/lib/contrast/utils/job_servers_running.rb +6 -4
  251. data/lib/contrast/utils/object_share.rb +1 -28
  252. data/lib/contrast/utils/os.rb +1 -25
  253. data/lib/contrast/utils/service_response_util.rb +36 -60
  254. data/lib/contrast/utils/service_sender_util.rb +84 -23
  255. data/lib/contrast/utils/sinatra_helper.rb +0 -6
  256. data/lib/contrast/utils/stack_trace_utils.rb +86 -182
  257. data/lib/contrast/utils/string_utils.rb +18 -2
  258. data/lib/contrast/utils/tag_util.rb +11 -1
  259. data/lib/contrast/utils/thread_tracker.rb +2 -2
  260. data/lib/contrast/utils/timer.rb +0 -40
  261. data/resources/assess/policy.json +42 -71
  262. data/resources/inventory/policy.json +2 -2
  263. data/resources/protect/policy.json +15 -15
  264. data/ruby-agent.gemspec +11 -4
  265. data/service_executables/VERSION +1 -1
  266. data/service_executables/linux/contrast-service +0 -0
  267. data/service_executables/mac/contrast-service +0 -0
  268. metadata +126 -113
  269. data/ext/cs__assess_regexp_track/cs__assess_regexp_track.c +0 -63
  270. data/ext/cs__assess_regexp_track/cs__assess_regexp_track.h +0 -29
  271. data/ext/cs__assess_regexp_track/extconf.rb +0 -2
  272. data/funchook/src/libfunchook.so +0 -0
  273. data/lib/contrast/agent/assess/frozen_properties.rb +0 -41
  274. data/lib/contrast/agent/assess/rule/csrf.rb +0 -66
  275. data/lib/contrast/agent/assess/rule/csrf/csrf_action.rb +0 -28
  276. data/lib/contrast/agent/assess/rule/csrf/csrf_applicator.rb +0 -73
  277. data/lib/contrast/agent/assess/rule/csrf/csrf_watcher.rb +0 -132
  278. data/lib/contrast/agent/assess/rule/response_scanning_rule.rb +0 -47
  279. data/lib/contrast/agent/assess/rule/response_watcher.rb +0 -36
  280. data/lib/contrast/agent/assess/rule/watcher.rb +0 -36
  281. data/lib/contrast/agent/feature_state.rb +0 -376
  282. data/lib/contrast/agent/logger_manager.rb +0 -116
  283. data/lib/contrast/agent/protect/rule/csrf.rb +0 -118
  284. data/lib/contrast/agent/protect/rule/csrf/csrf_evaluator.rb +0 -103
  285. data/lib/contrast/agent/protect/rule/csrf/csrf_token_injector.rb +0 -85
  286. data/lib/contrast/agent/settings_state.rb +0 -152
  287. data/lib/contrast/delegators.rb +0 -9
  288. data/lib/contrast/delegators/application_update.rb +0 -32
  289. data/lib/contrast/extensions/framework/rack/cookie.rb +0 -24
  290. data/lib/contrast/extensions/framework/rack/request.rb +0 -24
  291. data/lib/contrast/extensions/framework/rack/response.rb +0 -23
  292. data/lib/contrast/extensions/framework/rails/action_controller_railties_helper_inherited.rb +0 -20
  293. data/lib/contrast/extensions/framework/rails/active_record.rb +0 -26
  294. data/lib/contrast/extensions/framework/rails/active_record_named.rb +0 -53
  295. data/lib/contrast/extensions/framework/rails/active_record_time_zone_inherited.rb +0 -21
  296. data/lib/contrast/extensions/framework/rails/buffer.rb +0 -28
  297. data/lib/contrast/extensions/framework/rails/configuration.rb +0 -27
  298. data/lib/contrast/extensions/framework/sinatra/base.rb +0 -59
  299. data/lib/contrast/extensions/ruby_core/assess/array.rb +0 -59
  300. data/lib/contrast/extensions/ruby_core/assess/basic_object.rb +0 -15
  301. data/lib/contrast/extensions/ruby_core/assess/fiber.rb +0 -124
  302. data/lib/contrast/extensions/ruby_core/assess/hash.rb +0 -22
  303. data/lib/contrast/extensions/ruby_core/assess/kernel.rb +0 -95
  304. data/lib/contrast/extensions/ruby_core/assess/module.rb +0 -14
  305. data/lib/contrast/extensions/ruby_core/assess/regexp.rb +0 -206
  306. data/lib/contrast/extensions/ruby_core/assess/tilt_template_trigger.rb +0 -73
  307. data/lib/contrast/extensions/ruby_core/assess/xpath_library_trigger.rb +0 -40
  308. data/lib/contrast/extensions/ruby_core/eval_trigger.rb +0 -52
  309. data/lib/contrast/extensions/ruby_core/inventory/datastores.rb +0 -37
  310. data/lib/contrast/extensions/ruby_core/protect/applies_command_injection_rule.rb +0 -72
  311. data/lib/contrast/extensions/ruby_core/protect/applies_deserialization_rule.rb +0 -60
  312. data/lib/contrast/extensions/ruby_core/protect/applies_no_sqli_rule.rb +0 -83
  313. data/lib/contrast/extensions/ruby_core/protect/applies_path_traversal_rule.rb +0 -123
  314. data/lib/contrast/extensions/ruby_core/protect/applies_sqli_rule.rb +0 -65
  315. data/lib/contrast/extensions/ruby_core/protect/applies_xxe_rule.rb +0 -143
  316. data/lib/contrast/extensions/ruby_core/protect/kernel.rb +0 -30
  317. data/lib/contrast/framework/rails_support.rb +0 -88
  318. data/lib/contrast/framework/sinatra_application_helper.rb +0 -49
  319. data/lib/contrast/framework/sinatra_support.rb +0 -94
  320. data/lib/contrast/utils/comment_range.rb +0 -19
  321. data/lib/contrast/utils/data_store_util.rb +0 -23
  322. data/lib/contrast/utils/environment_util.rb +0 -81
  323. data/lib/contrast/utils/performs_logging.rb +0 -152
  324. data/lib/contrast/utils/rack_assess_session_cookie.rb +0 -104
  325. data/lib/contrast/utils/rails_assess_configuration.rb +0 -95
  326. data/lib/contrast/utils/random_util.rb +0 -22
  327. data/resources/csrf/inject.js +0 -44
  328. data/resources/factory-bot-spec/spec_helper.rb +0 -30
  329. data/resources/rubocops/kernel/catch_cop.rb +0 -37
  330. data/resources/rubocops/kernel/require_cop.rb +0 -37
  331. data/resources/rubocops/kernel/require_relative_cop.rb +0 -33
  332. data/resources/rubocops/module/autoload_cop.rb +0 -37
  333. data/resources/rubocops/module/const_defined_cop.rb +0 -37
  334. data/resources/rubocops/module/const_get_cop.rb +0 -37
  335. data/resources/rubocops/module/const_set_cop.rb +0 -37
  336. data/resources/rubocops/module/constants_cop.rb +0 -37
  337. data/resources/rubocops/module/name_cop.rb +0 -37
  338. data/resources/rubocops/object/class_cop.rb +0 -37
  339. data/resources/rubocops/object/freeze_cop.rb +0 -37
  340. data/resources/rubocops/object/frozen_cop.rb +0 -37
  341. data/resources/rubocops/object/is_a_cop.rb +0 -37
  342. data/resources/rubocops/object/method_cop.rb +0 -37
  343. data/resources/rubocops/object/respond_to_cop.rb +0 -37
  344. data/resources/rubocops/object/singleton_class_cop.rb +0 -37
  345. data/resources/rubocops/regexp/spelling_cop.rb +0 -44
  346. data/resources/rubocops/thread/new_cop.rb +0 -39
  347. data/resources/ruby-spec/ancestors_spec.rb +0 -70
  348. data/resources/ruby-spec/modulo_spec.rb +0 -831
  349. data/resources/ruby-spec/parameters_spec.rb +0 -261
  350. data/resources/ruby-spec/ruby_spec_spec_helper.rb +0 -35
@@ -17,7 +17,8 @@ module Contrast
17
17
  JSON_PATCH_CLASS = 'patch_class'
18
18
  JSON_PATCH_METHOD = 'patch_method'
19
19
 
20
- attr_accessor :action, :untags, :patch_class, :patch_method
20
+ attr_reader :untags, :patch_method
21
+ attr_accessor :action, :patch_class
21
22
 
22
23
  # Most things here carry over from PolicyNode.
23
24
  # A couple things are new / have new rules
@@ -18,6 +18,7 @@ module Contrast
18
18
  cs__scoped_require 'contrast/agent/assess/policy/propagator/database_write'
19
19
  cs__scoped_require 'contrast/agent/assess/policy/propagator/insert'
20
20
  cs__scoped_require 'contrast/agent/assess/policy/propagator/keep'
21
+ cs__scoped_require 'contrast/agent/assess/policy/propagator/match_data'
21
22
  cs__scoped_require 'contrast/agent/assess/policy/propagator/next'
22
23
  cs__scoped_require 'contrast/agent/assess/policy/propagator/prepend'
23
24
  cs__scoped_require 'contrast/agent/assess/policy/propagator/remove'
@@ -1,7 +1,7 @@
1
1
  # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
- cs__scoped_require 'contrast/extensions/ruby_core/module'
4
+ cs__scoped_require 'contrast/extension/module'
5
5
 
6
6
  module Contrast
7
7
  module Agent
@@ -45,9 +45,7 @@ module Contrast
45
45
  if known_tainted
46
46
  known_tainted.concat(tainted_columns.keys)
47
47
  else
48
- unless class_type < Contrast::CoreExtensions::Assess::AssessExtension
49
- class_type.send(:include, Contrast::CoreExtensions::Assess::AssessExtension)
50
- end
48
+ class_type.send(:include, Contrast::Extension::Assess::AssessExtension) unless class_type < Contrast::Extension::Assess::AssessExtension
51
49
  ASSESS.tainted_columns[class_name] = tainted_columns.keys
52
50
  end
53
51
 
@@ -0,0 +1,80 @@
1
+ # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
+ # frozen_string_literal: true
3
+
4
+ module Contrast
5
+ module Agent
6
+ module Assess
7
+ module Policy
8
+ module Propagator
9
+ # Propagation that results in all the tags of the source being
10
+ # applied to the target exactly as is. The target's preexisting tags
11
+ # are unaffected beyond any merging of overlapping tags.
12
+ class MatchData < Contrast::Agent::Assess::Policy::Propagator::Base
13
+ class << self
14
+ def square_bracket_tagger propagation_node, preshift, ret, _block
15
+ if ret.is_a?(Array)
16
+ ret.each_with_index do |return_value, index|
17
+ target_matchdata_index = if preshift.args[0].is_a?(Range)
18
+ arg_range = preshift.args[0]
19
+ arg_range.to_a.empty? ? index + 1 : arg_range.to_a[index]
20
+ else
21
+ preshift.args[index]
22
+ end
23
+ square_bracket_single(target_matchdata_index, preshift, return_value, propagation_node)
24
+ end
25
+ elsif ret.is_a?(String)
26
+ target_matchdata_index = preshift.args[0]
27
+ square_bracket_single(target_matchdata_index, preshift, ret, propagation_node)
28
+ end
29
+
30
+ ret
31
+ end
32
+
33
+ def captures_tagger propagation_node, preshift, ret, _block
34
+ ret.each_with_index do |return_value, index|
35
+ targetted_index = index + 1
36
+ square_bracket_single(targetted_index, preshift, return_value, propagation_node)
37
+ end
38
+ ret
39
+ end
40
+
41
+ def to_a_tagger propagation_node, preshift, ret, _block
42
+ ret.each_with_index do |return_value, index|
43
+ square_bracket_single(index, preshift, return_value, propagation_node)
44
+ end
45
+ ret
46
+ end
47
+
48
+ def values_at_tagger propagation_node, preshift, ret, _block
49
+ ret.each_with_index do |return_value, return_index|
50
+ original_group_arg_index = preshift.args[return_index]
51
+ square_bracket_single(original_group_arg_index, preshift, return_value, propagation_node)
52
+ end
53
+ ret
54
+ end
55
+
56
+ private
57
+
58
+ def square_bracket_single argument_index, preshift, return_value, propagation_node
59
+ original_start_index = preshift.object.begin(argument_index)
60
+ original_end_index = preshift.object.end(argument_index)
61
+ original_properties = preshift.object.cs__properties
62
+ applicable_tags = original_properties.tags_at_range(Contrast::Agent::Assess::AdjustedSpan.new(original_start_index, original_end_index))
63
+ return if applicable_tags.empty?
64
+
65
+ applicable_tags.each do |tag_name, tag_ranges|
66
+ return_value.cs__properties.set_tags(tag_name, tag_ranges)
67
+ end
68
+ preshift.object.cs__properties.events.each do |event|
69
+ return_value.cs__properties.add_event(event)
70
+ end
71
+ return_value.cs__properties.build_event(
72
+ propagation_node, return_value, preshift.object, return_value, preshift.args)
73
+ end
74
+ end
75
+ end
76
+ end
77
+ end
78
+ end
79
+ end
80
+ end
@@ -12,9 +12,6 @@ module Contrast
12
12
  # in a 'get it work' state. hopefully, we'll be in
13
13
  # a 'get it right' state soon.
14
14
  class Select
15
- include Contrast::Components::Interface
16
- access_component :logging
17
-
18
15
  class << self
19
16
  def select_tagger patcher, preshift, ret, _block
20
17
  source = preshift.object
@@ -49,32 +46,48 @@ module Contrast
49
46
 
50
47
  private
51
48
 
49
+ def handle_integer args, arg, source
50
+ length = args[1] || 1
51
+ # (void) negative range
52
+ arg += source.length if arg.negative?
53
+ Contrast::Agent::Assess::AdjustedSpan.new(arg, arg + length)
54
+ end
55
+
56
+ def handle_string arg, source
57
+ idx = source.index(arg)
58
+ Contrast::Agent::Assess::AdjustedSpan.new(idx, idx + arg.length)
59
+ end
60
+
61
+ def handle_regexp args, arg, source
62
+ match_data = arg.match(source)
63
+ # nil has the same meaning as 0. use full match
64
+ group = args[1] || 0
65
+ Contrast::Agent::Assess::AdjustedSpan.new(match_data.begin(group), match_data.end(group))
66
+ end
67
+
68
+ def handle_range arg, source
69
+ start = arg.begin
70
+ finish = arg.end
71
+
72
+ # (void) negative range
73
+ start += source.length if start.negative?
74
+ finish += source.length if finish.negative?
75
+ finish += 1 unless arg.exclude_end?
76
+
77
+ Contrast::Agent::Assess::AdjustedSpan.new(start, finish)
78
+ end
79
+
52
80
  def determine_select_range source, args
53
81
  arg = args[0]
54
82
  case arg
55
83
  when Integer
56
- length = args[1] || 1
57
- # (void) negative range
58
- arg += source.length if arg.negative?
59
- Contrast::Agent::Assess::AdjustedSpan.new(arg, arg + length)
84
+ handle_integer(args, arg, source)
60
85
  when String
61
- idx = source.index(arg)
62
- Contrast::Agent::Assess::AdjustedSpan.new(idx, idx + arg.length)
86
+ handle_string(arg, source)
63
87
  when Regexp
64
- match_data = arg.match(source)
65
- # nil has the same meaning as 0. use full match
66
- group = args[1] || 0
67
- Contrast::Agent::Assess::AdjustedSpan.new(match_data.begin(group), match_data.end(group))
88
+ handle_regexp(args, arg, source)
68
89
  when Range
69
- start = arg.begin
70
- finish = arg.end
71
-
72
- # (void) negative range
73
- start += source.length if start.negative?
74
- finish += source.length if finish.negative?
75
- finish += 1 unless arg.exclude_end?
76
-
77
- Contrast::Agent::Assess::AdjustedSpan.new(start, finish)
90
+ handle_range(arg, source)
78
91
  end
79
92
  end
80
93
  end
@@ -19,8 +19,25 @@ module Contrast
19
19
 
20
20
  SPLIT_TRACKER = Contrast::Utils::ThreadTracker.new
21
21
  class << self
22
+ # Propagate taint from a source as it is split into composite
23
+ # sections. This method MUST return nil, otherwise it risks
24
+ # changing the result of of the propagation.
25
+ #
26
+ # @param propagation_node [Contrast::Agent::Assess::Policy::PropagationNode]
27
+ # the node that governs this propagation event.
28
+ # @param preshift [Contrast::Agent::Assess::PreShift] The capture
29
+ # of the state of the code just prior to the invocation of the
30
+ # patched method.
31
+ # @param target [Array, String] the target to which to propagate.
32
+ # @return [nil]
22
33
  def propagate propagation_node, preshift, target
23
- return Contrast::Agent::Assess::Policy::Propagator::Keep.propagate(propagation_node, preshift, target) unless target.is_a?(Array)
34
+ logger.trace('Propagation detected',
35
+ node_id: propagation_node.id,
36
+ target_id: target.__id__)
37
+ unless target.is_a?(Array)
38
+ Contrast::Agent::Assess::Policy::Propagator::Keep.propagate(propagation_node, preshift, target)
39
+ return
40
+ end
24
41
 
25
42
  source = find_source(propagation_node.sources[0], preshift)
26
43
 
@@ -49,6 +66,7 @@ module Contrast
49
66
  elem.cs__properties.add_properties(propagation_node.properties)
50
67
  current_index = current_index + elem_length + separator_length
51
68
  end
69
+ nil
52
70
  end
53
71
 
54
72
  # Marks the point in which the String#split method is called.
@@ -66,7 +84,7 @@ module Contrast
66
84
  rescue Exception => e # rubocop:disable Lint/RescueException
67
85
  # don't let our errors propagate and disable String#split for
68
86
  # this since we're in an error state
69
- logger.warn(e, 'Unable to record split context')
87
+ logger.warn('Unable to record split context', e)
70
88
  end_split
71
89
  end
72
90
 
@@ -86,7 +104,7 @@ module Contrast
86
104
  SPLIT_TRACKER.set(:split_depth, depth)
87
105
  end
88
106
  rescue StandardError => e
89
- logger.warn(e, 'Unable to remove split context')
107
+ logger.warn('Unable to remove split context', e)
90
108
  end
91
109
 
92
110
  # This method is called whenever an rb_yield is called. We need
@@ -96,6 +114,8 @@ module Contrast
96
114
  # @param target [String] the entity being passed to the yield
97
115
  # block
98
116
  def propagate_yield target
117
+ depth, index = nil
118
+
99
119
  depth = SPLIT_TRACKER.get(:split_depth)
100
120
  return unless depth
101
121
 
@@ -108,9 +128,9 @@ module Contrast
108
128
  true_source = source[index]
109
129
  target.cs__copy_from(true_source)
110
130
  rescue StandardError => e
111
- logger.warn(e, 'Unable to track within split context')
131
+ logger.warn('Unable to track within split context', e)
112
132
  ensure
113
- if defined?(depth) && defined?(index) && depth && index
133
+ if depth && index
114
134
  idx = SPLIT_TRACKER.get(:split_index)
115
135
  idx[depth] = index + 1 if defined?(idx) && idx.is_a?(Array)
116
136
  end
@@ -122,7 +142,7 @@ module Contrast
122
142
  cs__scoped_require 'cs__assess_yield_track/cs__assess_yield_track' if AGENT.patch_yield?
123
143
  true
124
144
  rescue StandardError => e
125
- logger.error(e, 'Error loading split rb_yield patch')
145
+ logger.error('Error loading split rb_yield patch', e)
126
146
  false
127
147
  end
128
148
  end
@@ -1,6 +1,8 @@
1
1
  # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
+ cs__scoped_require 'contrast/components/interface'
5
+
4
6
  module Contrast
5
7
  module Agent
6
8
  module Assess
@@ -23,36 +23,17 @@ module Contrast
23
23
 
24
24
  class << self
25
25
  def rewrite_interpolations
26
- return unless ASSESS.enabled?
27
- return unless AGENT.rewrite_interpolation?
26
+ return unless agent_should_rewrite?
28
27
 
29
- logger.debug_with_time("\t\tRunning Assess interpolation rewrite") do
28
+ logger.debug_with_time('Running Assess interpolation rewrite') do
30
29
  ObjectSpace.each_object(Module) do |mod|
31
30
  rewrite_interpolation(mod)
32
31
  end
33
32
  end
34
33
  end
35
34
 
36
- # Rails is being a jerk, again. It passes in a class before it is
37
- # done being defined. There is a state where the files have been
38
- # loaded, but the class definition is not complete, so the
39
- # methods of the class are not defined despite the class existing
40
- #
41
- # To get around this, we have those methods tell us the class
42
- # isn't ready
43
- def mid_defining? mod
44
- mod.instance_variable_defined?(:@cs__defining_class) &&
45
- mod.instance_variable_get(:@cs__defining_class)
46
- end
47
-
48
35
  def rewrite_interpolation mod, redo_rewrite = false
49
- return unless ASSESS.enabled?
50
- return unless AGENT.rewrite_interpolation?
51
- return unless AGENT.interpolation_enabled?
52
- return if AGENT.skip_instrumentation? mod.cs__name
53
- return if mod.cs__frozen?
54
- return if mod.singleton_class?
55
- return if mid_defining?(mod)
36
+ return unless should_rewrite?(mod)
56
37
 
57
38
  status = Contrast::Agent::Patching::Policy::PatchStatus.get_status(mod)
58
39
  return if (status&.rewritten? || status&.rewriting?) && !redo_rewrite
@@ -66,13 +47,43 @@ module Contrast
66
47
 
67
48
  end
68
49
  module_data = Contrast::Agent::ModuleData.new(mod, module_name)
69
- logger.debug_with_time("\t\t\tRewriting #{ module_name }") do
50
+ logger.trace_with_time('Rewriting module', module: module_name) do
70
51
  Contrast::Agent::Rewriter.rewrite_class(module_data, redo_rewrite)
71
52
  end
72
53
  rescue StandardError => e
73
- logger.error(
74
- e,
75
- "Unable to patch assess into the module #{ mod }")
54
+ logger.error('Unable to patch for assess', e, module: mod)
55
+ end
56
+
57
+ private
58
+
59
+ # Rails is being a jerk, again. It passes in a class before it is
60
+ # done being defined. There is a state where the files have been
61
+ # loaded, but the class definition is not complete, so the
62
+ # methods of the class are not defined despite the class existing
63
+ #
64
+ # To get around this, we have those methods tell us the class
65
+ # isn't ready
66
+ def mid_defining? mod
67
+ mod.instance_variable_defined?(:@cs__defining_class) &&
68
+ mod.instance_variable_get(:@cs__defining_class)
69
+ end
70
+
71
+ def agent_should_rewrite?
72
+ return false unless ASSESS.enabled?
73
+ return false unless AGENT.rewrite_interpolation?
74
+ return false unless AGENT.interpolation_enabled?
75
+
76
+ true
77
+ end
78
+
79
+ def should_rewrite? mod
80
+ return false unless agent_should_rewrite?
81
+ return false if AGENT.skip_instrumentation? mod.cs__name
82
+ return false if mod.cs__frozen?
83
+ return false if mod.singleton_class?
84
+ return false if mid_defining?(mod)
85
+
86
+ true
76
87
  end
77
88
  end
78
89
  end
@@ -82,8 +82,7 @@ module Contrast
82
82
  target = ret
83
83
  end
84
84
 
85
- invoked = 3 # apply_post_patch => apply_assess => source_patchers
86
- apply_source(current_context, source_node, target, object, ret, source_node.type, nil, invoked, *args)
85
+ apply_source(current_context, source_node, target, object, ret, source_node.type, nil, *args)
87
86
 
88
87
  ret.cs__freeze if restore_frozen_state
89
88
  ret
@@ -106,37 +105,31 @@ module Contrast
106
105
  # @param source_name [String, nil] the name of this source, i.e.
107
106
  # the key used to accessed if from a map or nil if a type like
108
107
  # BODY
109
- # @param invoked [Integer] the depth of this invocation from
110
- # application code; often a lie.
111
108
  # @param args [Array<Object>] the Arguments with which the method
112
109
  # was invoked
113
- def apply_source context, source_node, target, object, ret, source_type, source_name = nil, invoked = 0, *args
110
+ def apply_source context, source_node, target, object, ret, source_type, source_name = nil, *args
114
111
  return unless context && source_node && target
115
112
 
116
113
  source_name ||= determine_source_name(source_node, object, ret, *args)
117
114
  # We know we only work on certain things.
118
115
  # Skip if this isn't one of them
119
116
  if Contrast::Utils::DuckUtils.quacks_to?(target, :cs__properties)
120
- apply_tags(source_node, target, object, ret, source_type, source_name, invoked, *args)
117
+ apply_tags(source_node, target, object, ret, source_type, source_name, *args)
121
118
  # While we don't taint hashes themselves, we may taint the things
122
119
  # they hold. Let's pass their keys and values back to ourselves and
123
120
  # try again
124
121
  elsif Contrast::Utils::DuckUtils.iterable_hash?(target)
125
- source_key_type = invoked.zero? ? key_type(source_type) : source_type
126
- invoked += 1
127
122
  to_replace = []
128
123
  target.each_pair do |key, value|
129
124
  # We only do this for Strings b/c of the way Hash lookup works.
130
125
  # To replace another object would break hash lookup and,
131
126
  # therefore, the application
132
- if ASSESS.track_frozen_sources? &&
133
- key.is_a?(String) &&
134
- Contrast::Utils::DuckUtils.quacks_to?(target, :delete)
127
+ if can_track_hash_key?(key, target)
135
128
  key = Contrast::Utils::FreezeUtil.unfreeze_dup(key)
136
129
  to_replace << key
137
130
  end
138
- apply_source(context, source_node, key, object, ret, source_key_type, key, invoked, *args)
139
- apply_source(context, source_node, value, object, ret, source_type, key, invoked, *args)
131
+ apply_source(context, source_node, key, object, ret, key_type(source_type), key, *args)
132
+ apply_source(context, source_node, value, object, ret, source_type, key, *args)
140
133
  end
141
134
 
142
135
  # Hash is designed to keep one instance of the string key in it.
@@ -152,19 +145,23 @@ module Contrast
152
145
  # they hold. Let's pass their keys and values back to ourselves and
153
146
  # try again
154
147
  elsif Contrast::Utils::DuckUtils.iterable_enumerable?(target)
155
- invoked += 1
156
- target.each { |value| apply_source(context, source_node, value, object, ret, source_type, source_name, invoked, *args) }
148
+ target.each { |value| apply_source(context, source_node, value, object, ret, source_type, source_name, *args) }
157
149
  end
158
150
  rescue StandardError => e
159
- logger.warn(e, "Unable to apply source for source_node #{ source_node.id }")
151
+ logger.warn('Unable to apply source', e, node_id: source_node.id)
160
152
  end
161
153
 
162
- def apply_tags source_node, target, object, ret, source_type, source_name, invoked, *args
154
+ def can_track_hash_key? key, target
155
+ ASSESS.track_frozen_sources? &&
156
+ key.is_a?(String) &&
157
+ Contrast::Utils::DuckUtils.quacks_to?(target, :delete)
158
+ end
159
+
160
+ def apply_tags source_node, target, object, ret, source_type, source_name, *args
163
161
  # don't apply second source -- probably needs tuning later if we
164
162
  # use more than 'UNTRUSTED' in our sources
165
163
  return if target.cs__tracked? || target.cs__frozen?
166
164
 
167
- invoked += 1
168
165
  # otherwise for each tag this source_node applies, create a tag range
169
166
  # on the target object
170
167
  # I realize this looping is counter-intuitive from the above
@@ -175,11 +172,14 @@ module Contrast
175
172
  length = Contrast::Utils::StringUtils.ret_length(target)
176
173
  target.cs__properties.add_tag(tag, Contrast::Agent::Assess::AdjustedSpan.new(0, length))
177
174
  target.cs__properties.add_properties(source_node.properties)
178
- logger.debug(nil, "Source #{ source_node.id } detected: #{ target.__id__ } tagged with #{ tag }")
175
+ logger.trace('Source detected',
176
+ node_id: source_node.id,
177
+ target_id: target.__id__,
178
+ tag: tag)
179
179
  end
180
180
 
181
181
  # make a representation of this method that TeamServer can render
182
- target.cs__properties.build_event(source_node, target, object, ret, args, invoked, source_type, source_name)
182
+ target.cs__properties.build_event(source_node, target, object, ret, args, source_type, source_name)
183
183
  end
184
184
 
185
185
  # Find the name of the source