<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=AppSensor_DetectionPoint_CIE1</id>
		<title>AppSensor DetectionPoint CIE1 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=AppSensor_DetectionPoint_CIE1"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_CIE1&amp;action=history"/>
		<updated>2026-04-24T12:59:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_CIE1&amp;diff=80982&amp;oldid=prev</id>
		<title>John Melton: Added sample code for detecting SQL Injection</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_CIE1&amp;diff=80982&amp;oldid=prev"/>
				<updated>2010-04-06T12:31:44Z</updated>
		
		<summary type="html">&lt;p&gt;Added sample code for detecting SQL Injection&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is some sample code that can be used to detect CIE1. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
String myInputParameter = ...;&lt;br /&gt;
&lt;br /&gt;
//the execution of this line will throw an exception if an attack is found &lt;br /&gt;
boolean isAttack = AttackDetectorUtils.verifySQLInjectionAttack(myInputParameter); &lt;br /&gt;
if (isAttack) {&lt;br /&gt;
    notify user ...&amp;amp;nbsp;???&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>John Melton</name></author>	</entry>

	</feed>