forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
488 B
Text
10 lines
488 B
Text
There are a lot of XSS, a security hole typically found in web
|
|
applications, caused by incorrect (or lack of) JavaScript
|
|
escaping. This module is aimed to provide a secure JavaScript
|
|
escaping to avoid XSS with JavaScript values.
|
|
|
|
The escaping routine JavaScript::Value::Escape provides escapes q!"!,
|
|
q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control
|
|
characters to JavaScript unicode entities like "\u0026".
|
|
|
|
WWW: http://search.cpan.org/dist/JavaScript-Value-Escape/
|