Commit 7c07e8e
Roman Stoffel
Fix XSS in Handling Text Block.
Vulnerable to a notebook like:
{
"cells": [{
"cell_type": "code",
"source": [],
"outputs": [{
"output_type": "display_data",
"data": {
"text/plain": "<img src onerror=\"alert('XSS at '+origin)\">"
}
}]
}]
}1 parent 426d3c1 commit 7c07e8e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments