We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2bb1 commit 8276d6dCopy full SHA for 8276d6d
docs/security.md
@@ -17,3 +17,5 @@ you may want to consider the following as you use TabPy:
17
- Execution of ad-hoc Python scripts can be disabled by turning off the
18
/evaluate endpoint. To disable /evaluate endpoint, set "TABPY_EVALUATE_ENABLE"
19
to false in config file.
20
+- The Python module for Tornado needs to be at least version 5.1.1. Using an earlier
21
+ version than this can leave scripts vulnerable to malicious attacks.
0 commit comments