Skip to content

Rework injection protection

Simone Vadilonga requested to merge rework_injection_protection into main

This merge request implements a preprocessor that checks if an injection happened while measuring the last point:

  • remove old suspender wait_for_injection
  • rewrite the old plan_mutator_bessy to be able to return the whole msg_stack if number of arguments is 3
  • define new supplemental data
  • define new preprocessor

Merge request reports