mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
commita9cf53a1b1Merge:5aa62c110f9ffa10Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com> Date: Fri Jun 20 10:41:19 2025 +0200 Set user_data_dir to None (#2015) <!-- This is an auto-generated description by cubic. --> Changed browser session setup to use incognito mode by setting user_data_dir to None, preventing persistent state between evaluation runs. <!-- End of auto-generated description by cubic. --> commit0f9ffa1072Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com> Date: Fri Jun 20 10:38:01 2025 +0200 Set user_data_dir to None commit5aa62c1113Merge:d8a9d21be559ff5eAuthor: Nick Sweeting <git@sweeting.me> Date: Thu Jun 19 23:01:49 2025 -0700 Fix cross-origin iframe DOM retrieval (#1965) commitd8a9d21b00Merge:3e5f3049b6be1583Author: Nick Sweeting <git@sweeting.me> Date: Thu Jun 19 23:01:21 2025 -0700 Fix critical domain restriction bypass vulnerability (#2006) commitb6be158319Author: Sahar <saharhashai@gmail.com> Date: Thu Jun 19 02:28:34 2025 -0700 Delete tests/ci/test_security_url_validation.py commitaca4b57329Author: Sahar <saharhashai@gmail.com> Date: Thu Jun 19 02:27:57 2025 -0700 Delete SECURITY_FIX_REPORT.md commit45872c1e45Author: Your Name <your.email@example.com> Date: Thu Jun 19 11:24:50 2025 +0200 fix(security): prevent domain restriction bypass in controller actions - Add domain validation to controller.click() and controller.type() methods - Implement comprehensive security checks before executing actions - Prevent potential prompt injection and unauthorized data access - Add extensive test coverage for domain validation scenarios - Update documentation with security considerations This critical fix prevents complete bypass of domain restrictions that could enable attackers to perform unauthorized actions on any domain. commite559ff5eaaMerge:19ae8a11f348e0c5Author: Nick Sweeting <git@sweeting.me> Date: Sat Jun 14 01:56:09 2025 -0700 Merge branch 'main' into main commit19ae8a1146Merge:e1b3ff9e08ed0be3Author: Nick Sweeting <git@sweeting.me> Date: Sat Jun 14 00:31:30 2025 -0700 Merge branch 'main' into main commite1b3ff9e9dAuthor: Ilya Biryukov <ilbiryuk@microsoft.com> Date: Thu Jun 12 17:40:40 2025 -0700 Revert changes to examples/features/multiple_agents_same_browser.py commitd20a3b55d6Author: Ilya Biryukov <ilbiryuk@microsoft.com> Date: Thu Jun 12 17:30:59 2025 -0700 Fix pre-commit lint issues and compile error in multiple_agents_same_browser commit13d5468aa2Author: Ilya Biryukov <ilbiryuk@microsoft.com> Date: Thu Jun 12 14:07:21 2025 -0700 Fix cross-origin iframe DOM retrieval