Skip to content

Make sure to always sanitize source contents even when no PII sanitization is requested#6127

Merged
canova merged 2 commits into
firefox-devtools:mainfrom
canova:source-sanitize
Jun 25, 2026
Merged

Make sure to always sanitize source contents even when no PII sanitization is requested#6127
canova merged 2 commits into
firefox-devtools:mainfrom
canova:source-sanitize

Conversation

@canova

@canova canova commented Jun 25, 2026

Copy link
Copy Markdown
Member

This was a regression from #6018.

Previously, we didn't have a content column in the sources table. But we now added it, and they are filled automatically during the source map resolution. We would like to add a sharing feature soon, but this needs to be an explicit approval. Due to the early return in this sanitizePII function, we were mistakenly keeping these content values if we hit the early return (if the user wants to sanitize nothing). But even if the user wants to upload everything, we should unconditionally sanitize the sources.

…ation is requested

This was a regression from firefox-devtools#6018.

Previously, we didn't have a content column in the sources table. But we
now added it, and they are filled automatically during the source map
resolution. We would like to add a sharing feature soon, but this needs
to be an explicit approval. Due to the early return in this
`sanitizePII` function, we were mistakenly keeping these content values
if we hit the early return (if the user wants to sanitize nothing). But
even if the user wants to upload everything, we should unconditionally
sanitize the sources.
@canova canova requested a review from mstange June 25, 2026 08:34
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.45%. Comparing base (add6b76) to head (2f0daa0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6127    +/-   ##
========================================
  Coverage   83.45%   83.45%            
========================================
  Files         342      342            
  Lines       36075    36075            
  Branches    10106    10001   -105     
========================================
  Hits        30108    30108            
  Misses       5539     5539            
  Partials      428      428            

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@canova canova enabled auto-merge (squash) June 25, 2026 16:00
@canova canova merged commit 930639e into firefox-devtools:main Jun 25, 2026
21 checks passed
@canova canova mentioned this pull request Jun 29, 2026
canova added a commit that referenced this pull request Jun 29, 2026
Changes:

[Nazım Can Altınova] Bump profiler-cli version to 0.3.0 (#6104)
[Markus Stange] First typed array: Allow profile.shared.stackTable.frame
to be an Int32Array (#6087)
[Nazım Can Altınova] Show more user friendly errors for unsupported
profile version in both the frontend and the cli (#6107)
[fatadel] Expose counter information in profiler-cli (#6084)
[Markus Stange] Split getSelfAndTotal. (#6113)
[Markus Stange] Add missing transform shortcut key handling for S
(focus-self) (#6117)
[Markus Stange] Remove unused isInverted prop from FlameGraphCanvas.
(#6116)
[Markus Stange] Change sidebar splitter CSS to only apply to the
sidebar, not to all splitters under .DetailsContainer (#6114)
[Markus Stange] Pass callNodeInfo to handleCallNodeTransformShortcut.
(#6115)
[Markus Stange] Move column declarations out into a separate file
(#6119)
[fatadel] Keep menu panels above the selected-marker tooltip (#6125)
[Nazım Can Altınova] Make sure to always sanitize source contents even
when no PII sanitization is requested (#6127)
[Markus Stange] Compute FlameGraphTiming rows lazily (#6126)
[Markus Stange] Create a non-connected FlameGraph component (#6118)
[Nazım Can Altınova] 🔃 Sync: l10n -> main (June 29, 2026) (#6130)

And special thanks to our localizers:

de: Michael Köhler
el: Jim Spentzos
en-GB: Ian Neal
es-CL: ravmn
fr: Théo Chevalier
fur: Fabio Tomat
fy-NL: Fjoerfoks
ia: Melo46
it: Francesco Lodolo [:flod]
nl: Mark Heijl
ru: Valery Ledovskoy
sv-SE: Luna Jernberg
zh-TW: Pin-guang Chen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants