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.
2 parents d1e036b + 0b753fb commit 4b9e3d8Copy full SHA for 4b9e3d8
docs/security.md
@@ -17,3 +17,7 @@ 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
+- Always use the most up-to-date version of Python.
21
+ TabPy relies on Tornado and if older verions of Python are used with Tornado
22
+ then malicious users can potentially poison Python server web caches
23
+ with parameter cloaking.
0 commit comments