Page MenuHomePhabricator

Keep the new "%P" query conversion out of the service call profiler by unmasking later
ClosedPublic

Authored by epriestley on Nov 15 2018, 1:28 PM.
Tags
None
Referenced Files
F12833388: D19811.id47348.diff
Thu, Mar 28, 2:02 PM
Unknown Object (File)
Tue, Mar 19, 10:38 PM
Unknown Object (File)
Feb 9 2024, 9:42 PM
Unknown Object (File)
Feb 3 2024, 7:54 PM
Unknown Object (File)
Dec 26 2023, 9:25 PM
Unknown Object (File)
Dec 22 2023, 12:48 AM
Unknown Object (File)
Dec 22 2023, 12:48 AM
Unknown Object (File)
Dec 22 2023, 12:47 AM
Subscribers
None

Details

Summary

Ref T13216. Ref T13217. Ref T6960. Although the new "%P" (password/secret) conversion can mask values, we currently convert it too early in the stack, and pass the unmasked query to the service call profiler. This means the unmasked query appears in the service call profiler, etc.

Instead, unmask slightly later in the stack so the call profiler gets the masked string.

Test Plan

See next change.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable