Structs§
Functions§
- check_
interpreter - Determines the interpreter for a script by reading its shebang line or inferring from the file extension, then checks against the whitelist. Returns the absolute path to the interpreter to prevent PATH hijacking.
- resolve_
interpreter_ absolute - Resolve a bare interpreter name to its canonical absolute path by walking PATH.