The library is updated to include the checkRingCode() function which is used for security.
Syntax:
It is expected to be called before eval() when the input is just a Ring List.
The function does not accept code that contains Ring keywords or specific operators such as (), {}, ., ?
In other words: no statements, no function calls, no object access, and no output using the ? operator.
The function support options like safe keywords and safe operators.
Example:
The next applications and tools are updated to use the checkRingCode() function
Ring Notepad - Use checkRingCode() before using the settings file
Form Designer - Use checkRingCode() before loading the form file
RingPM GUI - Use checkRingCode() before using the package file
RingPM - Use checkRingCode() before using the package file
Ring2EXE - Use checkRingCode() before using the library file
GoldMagic800 game - Use checkRingCode() before using the level file
GoldMagic800 Levels Designer - Use checkRingCode() before using the level file
Lectures Tracker application - Use checkRingCode() before using the lectures file