- Learning Jupyter 5
- Dan Toomey
- 120字
- 2021-08-13 15:42:08
Security in Jupyter
Jupyter Notebooks are created in order to be shared with other users, in many cases over the internet. However, Jupyter Notebooks can execute arbitrary code and generate arbitrary code. This can be a problem if malicious aspects have been placed in a Notebook. The default security mechanisms for Jupyter Notebooks include the following:
- Raw HTML is always sanitized (checked for malicious coding). Further information can be found at https://developers.google.com/caja.
- You cannot run external JavaScript.
- Cell contents (especially HTML and JavaScript) is not trusted (requires user validation to continue).
- The output from any cell is not trusted.
- All other HTML or JavaScript is never trusted, and clearing the output will cause the Notebook to become trusted when saved.
推薦閱讀
- 現(xiàn)代機(jī)械運(yùn)動控制技術(shù)
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- 變頻器、軟啟動器及PLC實用技術(shù)260問
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會論稿
- HTML5 Canvas Cookbook
- 網(wǎng)絡(luò)管理工具實用詳解
- 格蠹匯編
- Windows安全指南
- 從零開始學(xué)JavaScript
- 智能鼠原理與制作(進(jìn)階篇)
- INSTANT Adobe Story Starter
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- 設(shè)計模式
- 實戰(zhàn)Windows Azure
- 網(wǎng)頁設(shè)計與制作