DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Security concerns

This library makes it possible to tap GET and POST variables. The safety of these values can never be ascertained. The exact risks depend on where this library is used. Care must be taken – once values are retrieved using the expressions library – to sanitize those values in an appropriate manner depending on how they are used (e.g. XSS, SQL injection, etc.). The functions that can be called on each expression provide some safety against this.

When expressions are used inside an extension, it is also up to each developer to judge what additional security to implement.