mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Avoid error "undefined control sequence" in LaTeX
Converting the changelog to PDF using pandoc leads to: ! Undefined control sequence. l.1497 ...mple, by creating a file named ``..\test This is because \t is interpreted as a control sequence. Use `` instead of "" to work around this.
This commit is contained in:
parent
f11789c437
commit
1aafc17212
@ -1117,7 +1117,7 @@ Details
|
|||||||
Exploiting the vulnerability requires a Linux/Unix system which saves backups via restic and
|
Exploiting the vulnerability requires a Linux/Unix system which saves backups via restic and
|
||||||
a Windows systems which restores files from the repo. In addition, the attackers need to be able
|
a Windows systems which restores files from the repo. In addition, the attackers need to be able
|
||||||
to create create files with arbitrary names which are then saved to the restic repo. For
|
to create create files with arbitrary names which are then saved to the restic repo. For
|
||||||
example, by creating a file named "..\test.txt" (which is a perfectly legal filename on Linux)
|
example, by creating a file named `..\test.txt` (which is a perfectly legal filename on Linux)
|
||||||
and restoring a snapshot containing this file on Windows, it would be written to the parent of
|
and restoring a snapshot containing this file on Windows, it would be written to the parent of
|
||||||
the target directory.
|
the target directory.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user