Release v0.6.2
Fixes a XSS vulnerability in the noVNC status display which could allow remote VNC servers to inject arbitrary HTML into the noVNC display page.
This commit is contained in:
parent
15ce2f71eb
commit
e8986fa069
|
@ -1 +1 @@
|
|||
0.6.1
|
||||
0.6.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "noVNC",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "An HTML5 VNC client",
|
||||
"main": "karma.conf.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue