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
Do we need more than the simple directTransition()? What we'd like to do is make it possible to exercise degraded behavior without having to mock every condition that triggers them normally.
A concern I have with this feature is that it could be co-opted by nefarious entities to alter program flow in an attack/vulnerability situation. So we need to consider security implications.
The text was updated successfully, but these errors were encountered:
Do we need more than the simple
directTransition()
? What we'd like to do is make it possible to exercise degraded behavior without having to mock every condition that triggers them normally.A concern I have with this feature is that it could be co-opted by nefarious entities to alter program flow in an attack/vulnerability situation. So we need to consider security implications.
The text was updated successfully, but these errors were encountered: