-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently an AuthorizationContract is attached to an AuthorizationSession. This contract tracks only top level commands done in the session and skips nested commands made through DBDirectClient.
We should also track and verify nested commands.
Not doing this could lead to a command adding extra checks and breaking the stable API.