]> Kevux Git Server - kevux-tools/commit
Security: Explicitly define IFS to prevent misuse. development
authorKevin Day <Kevin@kevux.org>
Fri, 6 Jun 2025 02:45:25 +0000 (21:45 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 6 Jun 2025 02:45:25 +0000 (21:45 -0500)
commitedcfdda80c9141de4c65f15f4c7871806bbfa007
tree0e75d44bc882168c750955c031da15a7d1d2147d
parentb79e47a8b3cae1af1715108ab32bd3583f36ee47
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