Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Split Join Injection

Compare
Choose a tag to compare
@c-dante c-dante released this 05 Aug 22:45
· 8 commits to master since this release

Previously, the module would be injected by using String.replace. This function treats $ as a special character. To avoid injection problems, I'm now using split and join to build the injected string.