<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Web Input Filtering</title>
	<link>http://inputfiltering.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jun 2008 14:54:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Integrating Vulnerability Scanners and Web Application Firewalls</title>
		<description>As I mentioned in my previous post - What&#8217;s the Score of the Game - I feel that one of areas where organizations are failing, with regards to web application security, is that there is a lack of communication between the following three &#8230;
 </description>
		<link>http://inputfiltering.com/filtering-input/integrating-vulnerability-scanners-and-web-application-firewalls/</link>
			</item>
	<item>
		<title>Security Requirements for Software Development</title>
		<description>For PHP, use  mysql_real_escape_string() if using MySQL, or preferably use PDO which does not require escaping If language is J2EE, documentation of  the J2EE Security Manager settings should be provided Do not use GET requests (URLs) for &#8230;
 </description>
		<link>http://inputfiltering.com/programming/security-requirements-for-software-development/</link>
			</item>
	<item>
		<title>The Telling of One Billion Ghost Stories (draft) - Part 29</title>
		<description>Few resources were being wasted on an escape tunnel that would rarely be used. The far end brought them to a set of double doors, these ones opening with no more than a simple latch. Once inside, further high security had been made &#8230;
 </description>
		<link>http://inputfiltering.com/programming/the-telling-of-one-billion-ghost-stories-draft-part-29/</link>
			</item>
	<item>
		<title>Top 10 Linux Commands Anyone Can Use</title>
		<description>This command receives input from STDIN (Standard Input) and allows  you to page through the output. This is useful with the command mentioned above. What if you have too much data for your shellâ€™s output buffer? You canâ€™t scroll up. &#8230;
 </description>
		<link>http://inputfiltering.com/programming/top-10-linux-commands-anyone-can-use/</link>
			</item>
	<item>
		<title>DoS attacks using wildcards</title>
		<description>Say, your web application processes all this data and shows it back to the user, and your code doesnâ€™t  check number of records that has been asked for, then your application is also affected. An application level DoS. &#8230;
 </description>
		<link>http://inputfiltering.com/filtering-input/dos-attacks-using-wildcards/</link>
			</item>
	<item>
		<title>Re: Best practice for validation</title>
		<description>Zend_Form handles input filtering, so it can be dropped in as a > replacement for Zend_Filter_Input (another option you didn&#8217;t specify) as > an input filter for your model. Just because Zend_Form _can_ render &#8230;
 </description>
		<link>http://inputfiltering.com/filtering-input/re-best-practice-for-validation/</link>
			</item>
	<item>
		<title>PHP Security / SQL Security - Part 1</title>
		<description>Combining the above techniques to provide stripping of tags, escaping of special shell characters,  entity-quoting of HTML and regular expression-based input validation, it is possible to construct secure web scripts with relatively &#8230;
 </description>
		<link>http://inputfiltering.com/programming/php-security-sql-security-part-1/</link>
			</item>
	<item>
		<title>PHP / SQL Security - Part 2</title>
		<description>In the previous article, I looked at processing and securing user input when it is to be redisplayed or executed as PHP code. Now its time to consider entering that data into a database, and cover the security issues which arise when &#8230;
 </description>
		<link>http://inputfiltering.com/security/php-sql-security-part-2/</link>
			</item>
	<item>
		<title>RailsConf 2008 Recap</title>
		<description>Take advantage of the quote() function to sanitize user input (for SQL). Cross Site Scripting preventive measures: SafeERb, XSS Shield, Manual Escaping with h(). Tarantula plugin crawls everything and performs form fuzzing. &#8230;
 </description>
		<link>http://inputfiltering.com/programming/railsconf-2008-recap/</link>
			</item>
	<item>
		<title>[WEB SECURITY] question about anti-xss applicability of PHP&#39;s &#8230;</title>
		<description>Hi all,I&#8217;ve been trusting PHP&#8217;s htmlentities() to escape to HTML for a long time now on several customer site and I want to be sure that it&#8217;s secure. I am specifying UTF-8 as my charset in XHTML headers, so I don&#8217;t think alternative &#8230;
 </description>
		<link>http://inputfiltering.com/security/web-security-question-about-anti-xss-applicability-of-phps/</link>
			</item>
</channel>
</rss>
