Skip to content

v1.0-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@fechan fechan released this 10 May 02:44
· 15 commits to master since this release

First release

I highly recommend that you use v1.1-SNAPSHOT or later instead! This version has potentially unsafe behavior

The problem is described as such: The plugin is basically building a Wolfram language string and giving it to the Mathematica kernel to evaluate. This is potentially unsafe, since players can potentially write whatever. If they write something that escapes a string in Mathematica, they can perform a Mathematica injection, which is like a SQL injection but with Mathematica. Even with the input sanitation, I would only use this plugin among people who you trust absolutely.

Remember you need to have Mathematica installed on the server machine! See the README in the repo.