mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #85 from overleaf/jpa-sanitize-worker-input
[AspellWorker] sanitize user input before writing it to the worker pipe
This commit is contained in:
@@ -233,6 +233,8 @@ class ASpellWorker {
|
||||
}
|
||||
|
||||
sendCommand(command) {
|
||||
// Sanitize user input. Reject line feed characters.
|
||||
command = command.replace(/[\r\n]/g, '')
|
||||
return this.pipe.stdin.write(command + '\n')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user