fix(277): fully mask form-encoded values#283
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR fixes partial masking of form-encoded sensitive field values that contain punctuation or URL-encoded sequences. The ChangesForm-encoded value masking
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
Overview
Fixes form-encoded sanitization so sensitive values containing punctuation or URL-encoded characters are fully masked instead of leaving suffixes visible after the first non-word character.
Details
formEncodedMatchermasking behavior to consume the complete field value up to the&delimiter.Related Tickets and/or Pull Requests
Fixes #277
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests