Files
brave-core/test/data/tor
cdesouza-chromium 2f6f846cac [CodeHealth] Use SafeBaseName for TorConfig (#26170)
The use of `base::FilePath` in `TorConfig` could be a serious source for
a vulnerability if someone got control of the browser process. This
change employs the use of `SafeBaseName`, which only allows for the base
component of a path. With this browser process and the tor launcher do
agree over a certain definition of how the files are discovered.

Resolves https://github.com/brave/brave-browser/issues/41834
2024-10-25 11:22:09 +01:00
..