Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 481 Bytes

security.md

File metadata and controls

executable file
·
11 lines (9 loc) · 481 Bytes

TabPy Security Considerations

The following security issues should be kept in mind as you use TabPy with Tableau:

  • TabPy currently does not use authentication.
  • Python scripts can contain code which can harm security on the server where the TabPy is running. For example:
    • Access file system (read/write)
    • Install new Python packages which can contain binary code
    • Execute operating system commands
    • Open network connections to other servers and download files