cvs commit: ports/lang Makefile ports/lang/p5-JavaScript-Value-Escape Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Thu May 19 13:54:39 UTC 2011


kuriyama    2011-05-19 13:54:39 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/p5-JavaScript-Value-Escape Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  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/
  
  Revision  Changes    Path
  1.731     +1 -0      ports/lang/Makefile
  1.1       +21 -0     ports/lang/p5-JavaScript-Value-Escape/Makefile (new)
  1.1       +2 -0      ports/lang/p5-JavaScript-Value-Escape/distinfo (new)
  1.1       +10 -0     ports/lang/p5-JavaScript-Value-Escape/pkg-descr (new)
  1.1       +7 -0      ports/lang/p5-JavaScript-Value-Escape/pkg-plist (new)


More information about the cvs-ports mailing list