You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
d4f01afc15
Merge https://github.com/google/adk-python/pull/1959 ### What Fix misleading comment. ```diff - # Make sure a malicious user can obtain a session and events not belonging to them + # Make sure a malicious user **cannot** obtain a session or events not belonging to them ``` ### Why The previous wording contradicted the assertion `assert len(session_mismatch.events) == 0`, which verifies that a malicious user **cannot** access another user’s session or events. ### Testing plan Docs-only change. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1959 from mthorme:fix-comment-session-mismatch b1f139af340bd240d40ed58f5dea3274c3a3bd83 PiperOrigin-RevId: 785908548