linagora / twake-drive

The open-source alternative to Google Drive.
GNU Affero General Public License v3.0
52 stars 14 forks source link

Replace child_process.exec by child_process.spawnSync #428

Closed guimard closed 4 months ago

guimard commented 4 months ago

chikd_process.exec uses a shel to parse and launch command.

Since here some arguments comes from external, it's unsecure.

This MR uses spawnSync instead.