]> Kevux Git Server - control/commit
Security: Explicitly define IFS to prevent misuse. development
authorKevin Day <Kevin@kevux.org>
Fri, 6 Jun 2025 02:43:35 +0000 (21:43 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 6 Jun 2025 02:46:04 +0000 (21:46 -0500)
commit29031e637873a16b6b69f413beb1fc865c8585d2
treec018a169e3a041070d7bd9c56a8f34caf78519f6
parentdd8f82542f3c23b98bbf6a442f78791763272495
Security: Explicitly define IFS to prevent misuse.

The scripts are written with certain expectations.
This expectation may not be properly met if the `IFS` value is changed.
This can potentially be used to create some sort of exploit.

Explicitly define IFS and then do so at a local variable scope to prevent affecting the callers IFS setting.
install.sh