Page MenuHomePhabricator

Support %LA (AND), %LO (OR) and %LQ (comma) conversions for qsprintf() to improve safety
ClosedPublic

Authored by epriestley on Nov 7 2018, 12:45 AM.
Tags
None
Referenced Files
F15381699: D19783.diff
Fri, Mar 14, 8:58 AM
Unknown Object (File)
Wed, Feb 19, 6:27 PM
Unknown Object (File)
Feb 9 2025, 1:28 PM
Unknown Object (File)
Feb 9 2025, 1:27 PM
Unknown Object (File)
Feb 9 2025, 1:27 PM
Unknown Object (File)
Feb 9 2025, 1:27 PM
Unknown Object (File)
Feb 2 2025, 12:51 AM
Unknown Object (File)
Jan 29 2025, 5:57 AM
Subscribers
None

Details

Summary

Depends on D19782. Ref T13217. Ref T13216. Ref T6960. We currently construct some queries by passing implode(...) directly to qsprintf().

I believe we can cover all these cases (or, at least, almost all these cases) with conversions for imploding on AND, OR, or comma. This will ultimately let us make %Q safer.

Test Plan

Played around with these in a toy qsprintf() script; upcoming changes will convert Phabricator callsites more aggressively.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable