You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A signal defined as evidence of an out of membrane effect is captured, and not included in the branch that determines the call verdict. When that signal fires and the normal effect collection is empty, the trial resolves as prevented. That is the exact condition the tripwire exists to detect.
The same release still appears to:
use proposal side data as ground truth for what executed;
evaluate authorization from run state rather than effect time;
ignores identity when correlating telemetry;
normalize successful calls and exceptions the same way;
Please trace the actual execution path and explain how a bypass only egress event produces an unauthorized verdict. If it cannot, then the benchmark is not measuring the failure that it claims to measure. This cannot be fixed with doc changes and will require an implementation change and a full rerun.
A signal defined as evidence of an out of membrane effect is captured, and not included in the branch that determines the call verdict. When that signal fires and the normal effect collection is empty, the trial resolves as
prevented. That is the exact condition the tripwire exists to detect.The same release still appears to:
Please trace the actual execution path and explain how a bypass only egress event produces an unauthorized verdict. If it cannot, then the benchmark is not measuring the failure that it claims to measure. This cannot be fixed with doc changes and will require an implementation change and a full rerun.