Skip to content

Commit 4b9e3d8

Browse files
authored
Merge pull request #567 from tableau/dleskosky_security_doc_update
security doc update to let users know to use most recent version of Python
2 parents d1e036b + 0b753fb commit 4b9e3d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ you may want to consider the following as you use TabPy:
1717
- Execution of ad-hoc Python scripts can be disabled by turning off the
1818
/evaluate endpoint. To disable /evaluate endpoint, set "TABPY_EVALUATE_ENABLE"
1919
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

Comments
 (0)