You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running info with the --redact flag calculates relative paths from the cwd. This is fine. By default, the repository root and project root should not be different. But if they do, the relative paths still leak the single path names. They should be replaced with placeholders (e.g. letters of the standard English alphabet).
It's also important to consider filesystem case-sensitivity when comparing and mapping path parts to placeholders.
The text was updated successfully, but these errors were encountered:
Currently, running
info
with the--redact
flag calculates relative paths from the cwd. This is fine. By default, the repository root and project root should not be different. But if they do, the relative paths still leak the single path names. They should be replaced with placeholders (e.g. letters of the standard English alphabet).It's also important to consider filesystem case-sensitivity when comparing and mapping path parts to placeholders.
The text was updated successfully, but these errors were encountered: