Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the extraction of the blocked-domain check into No findings met the bar for an inline comment. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23018 +/- ##
=======================================
Coverage 55.57% 55.58%
=======================================
Files 4412 4412
Lines 140969 140978 +9
Branches 22392 22394 +2
=======================================
+ Hits 78350 78361 +11
+ Misses 56918 56916 -2
Partials 5701 5701 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
PM-41548
📔 Objective
Blocking a URL that matches the tab URL prevents injection on the page as well as in the iframe. But, blocking only the URL of a subframe of the tab doesn’t prevent injection anywhere, including the iframe at that location. These changes additionally check the frame urls against the blocklist, allowing for the prevention of injection within frames without also blocking the parent frame.
Note, similar frame URL considerations are being coordinated in PM-43104