<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Security Issues - Fortify Scan</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Security Issues - Fortify Scan</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30391</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30391</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thanks. Will be interested for me too.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 25 Mar 2014 12:10:10 +0200</pubDate>
        </item>
        <item>
        	<title>Marcin on Security Issues - Fortify Scan</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30386</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30386</guid>
        	        	<description><![CDATA[<p>Thanks tony for the reply and your support<br />I will run the scan against the changed code and post the results in this thread</p>
<p>Br Marcin</p>
]]></description>
        	        	<pubDate>Mon, 24 Mar 2014 12:47:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Security Issues - Fortify Scan</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30373</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30373</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>The warnings are actually 2 in cell edit module only and they refer to setTimeout which is used with zero delay &#8211; i.e</p>
</p>
<p>setTimeout(function(){&#8230;}, 0);</p>
</p>
<p>Your analyzes software think that this is dangerous, but actually it is not.</p>
<p>I can asure you that I will set the timeout to 1 something like this.</p>
</p>
<p>setTimeout(function(){&#8230;}, 1);</p>
</p>
<p>Just fixed the code in github.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 19 Mar 2014 12:37:25 +0200</pubDate>
        </item>
        <item>
        	<title>Marcin on Security Issues - Fortify Scan</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30368</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/security-issues-fortify-scan#p30368</guid>
        	        	<description><![CDATA[<p>Hi, I am using a software provided by HP called Fortify</p>
<p>It scans through code as well as through scripts and reports potential security issues</p>
<p>It has found 6 critical issues with jqGrid version 4.6.0</p>
</p>
<p><strong>Dynamic Code Evaluation: Code Injection (Input Validation and Representation, Data flow)</strong></p>
<ol>
<li>The file <span style="text-decoration: underline;"><strong>grid.celledit.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 53</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
<li>The file <span style="text-decoration: underline;"><strong>grid.celledit.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 87</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
<li>The file <span style="text-decoration: underline;"><strong>jquery.jqGrid.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 9959</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
<li>The file <span style="text-decoration: underline;"><strong>jquery.jqGrid.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 9993</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
<li>The file <span style="text-decoration: underline;"><strong>jquery.jqGrid.src.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 9959</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
<li>The file <span style="text-decoration: underline;"><strong>jquery.jqGrid.src.js</strong></span> interprets unvalidated user input as source code on <span style="text-decoration: underline;"><strong>line 9993</strong></span>. Interpreting user-controlled instructions at run-time can allow attackers to execute malicious code.</li>
</ol>
<p>For us it is very important to have secure code "live" otherwise we cannot use it. How are the chances this issues can be solved?</p>
<p>If you need any details please feel free to contact me!</p>
]]></description>
        	        	<pubDate>Tue, 18 Mar 2014 12:34:48 +0200</pubDate>
        </item>
</channel>
</rss>