Files
oracle-deep-data-security-lab/scenarios/04-view-bypass-mac/evidence/expected-results.md
Rodrigo 033d5e9456
Some checks failed
Repo Quality / structure (push) Has been cancelled
Clarify view bypass lab access paths
2026-05-18 12:29:10 -03:00

537 B
Executable File

Expected Results

Before Oracle Deep Data Security

  • Direct table access can return accounts owned by other users.
  • The legacy view returns only the current user's account because it contains the intended owner filter.
  • The control depends on users and tools using the correct access path.

After Oracle Deep Data Security

  • The base table returns only the account owned by the current end user.
  • The view returns the same restricted rows.
  • Direct table access no longer bypasses the base table policy when MAC is enabled.