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:
Solly Ross 2017-01-12 14:36:42 -05:00
parent 15ce2f71eb
commit e8986fa069
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.6.1
0.6.2

View File

@ -1,6 +1,6 @@
{
"name": "noVNC",
"version": "0.6.1",
"version": "0.6.2",
"description": "An HTML5 VNC client",
"main": "karma.conf.js",
"directories": {