mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
We do not use python or nodejs scripts. Our discord bot makes HTTP requests. Therefore we can entirely disable this code. Even if we ever want to start using these procs for discord integration, we would pipe it through our HTTP discord proxy, not use shell(). With all instances of shell() disabled, we can't be attacked by it.