- Jupyter for Data Science
- Dan Toomey
- 78字
- 2021-07-08 09:22:36
Malicious content
The other aspect of security is to make sure the contents of your notebooks are not malicious. You should make sure your notebook is safe, as follows:
- Ensure that HTML is sanitized (looking for malicious HTML coding and subverting it)
- Do not allow your notebook to execute external JavaScript
- Check cell contents that may be malicious are challenged in a server environment
- Sanitize output of cells so as not to produce unwanted effects on user machines
推薦閱讀
- 微服務(wù)設(shè)計(jì)(第2版)
- HTML5移動(dòng)Web開(kāi)發(fā)技術(shù)
- Learn Type:Driven Development
- Flask Web開(kāi)發(fā)入門(mén)、進(jìn)階與實(shí)戰(zhàn)
- YARN Essentials
- Apache Kafka Quick Start Guide
- Java編程的邏輯
- Arduino可穿戴設(shè)備開(kāi)發(fā)
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- Practical GIS
- PHP Microservices
- Java程序設(shè)計(jì)教程
- HTML并不簡(jiǎn)單:Web前端開(kāi)發(fā)精進(jìn)秘籍
- 3D Printing Designs:Design an SD Card Holder
- Kotlin入門(mén)與實(shí)戰(zhàn)