Skip to content

Instantly share code, notes, and snippets.

@azurestone
Created June 10, 2011 06:00
Show Gist options
  • Select an option

  • Save azurestone/1018307 to your computer and use it in GitHub Desktop.

Select an option

Save azurestone/1018307 to your computer and use it in GitHub Desktop.
memo
//サニタイズ処理
if( $("#q").val().match( /[\"\']+ *\>.*\<(script|iframe|s|xmp|b|img|object)[^a-zA-Z0-9]/i ) ){
alert( "(;´Д`) XSS Not Found" );
}else if( $("#q").val().match( /[\"\']+ *on[a-zA-Z]{3,} *=/i ) ){
alert( "通報しますた" );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment