<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend PHP5 certification Exam study review 6: Security</title>
	<atom:link href="http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/feed/langswitch_lang/en/" rel="self" type="application/rss+xml" />
	<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/</link>
	<description>PHP, CSS, Ajax, webdevelop and everything else.</description>
	<lastBuildDate>Sat, 24 Jul 2010 06:44:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1586</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Jan 2009 09:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1586</guid>
		<description>bOro, I think another answer maybe 1). The session here maybe refer to the linux session, not the the &quot;session&quot; session we talk about a website?

Max, for me, I will choose b and c; simply because use strip_tags can specify allowed tags.</description>
		<content:encoded><![CDATA[<p>bOro, I think another answer maybe 1). The session here maybe refer to the linux session, not the the &#8220;session&#8221; session we talk about a website?</p>
<p>Max, for me, I will choose b and c; simply because use strip_tags can specify allowed tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1584</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1584</guid>
		<description>I am puzzled by the following question:
When using a function such as strip_tags, are markup-based attacks still possible?
a.  No, HTML does not pose any security risk
b. Yes, even a  HTML tag is a security risk
c. Yes, attributes of allowed tags are ignored
d. No, strip_tags will prevent any markup-based sttack.

I am not sure about b or c.</description>
		<content:encoded><![CDATA[<p>I am puzzled by the following question:<br />
When using a function such as strip_tags, are markup-based attacks still possible?<br />
a.  No, HTML does not pose any security risk<br />
b. Yes, even a  HTML tag is a security risk<br />
c. Yes, attributes of allowed tags are ignored<br />
d. No, strip_tags will prevent any markup-based sttack.</p>
<p>I am not sure about b or c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b0ro</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1578</link>
		<dc:creator>b0ro</dc:creator>
		<pubDate>Sun, 11 Jan 2009 12:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1578</guid>
		<description>Hi since a while I&#039;ve been searching the web to find any information about Zend Cert and I have to admit that your blog is really useful. I have a question about security. It&#039;s from a mock exam I&#039;ve recently taken. I hope you could help me. So the question is:

Why is it important form the security perspective to never display PHP error messages direclty to the end user, yet always log them? (choose 2)

1) Error messages will contain sensitive session information

2) Error messages can contain XSS attacks

3) Security risk involved in logging are handled by PHP

4) Error messages can contain data usefulto a potential attacker

1) - I&#039;m not sure about it.
2) - Messages can contain info witch is useful to use during planing XSS attack but Idon&#039;t think they can contain attacks itself
3) - I don&#039;t really understand this answer.
4) - That was my answer  But according to the question there should be 2 answers.</description>
		<content:encoded><![CDATA[<p>Hi since a while I&#8217;ve been searching the web to find any information about Zend Cert and I have to admit that your blog is really useful. I have a question about security. It&#8217;s from a mock exam I&#8217;ve recently taken. I hope you could help me. So the question is:</p>
<p>Why is it important form the security perspective to never display PHP error messages direclty to the end user, yet always log them? (choose 2)</p>
<p>1) Error messages will contain sensitive session information</p>
<p>2) Error messages can contain XSS attacks</p>
<p>3) Security risk involved in logging are handled by PHP</p>
<p>4) Error messages can contain data usefulto a potential attacker</p>
<p>1) &#8211; I&#8217;m not sure about it.<br />
2) &#8211; Messages can contain info witch is useful to use during planing XSS attack but Idon&#8217;t think they can contain attacks itself<br />
3) &#8211; I don&#8217;t really understand this answer.<br />
4) &#8211; That was my answer  But according to the question there should be 2 answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mescalito2</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1414</link>
		<dc:creator>mescalito2</dc:creator>
		<pubDate>Thu, 24 Jul 2008 21:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1414</guid>
		<description>Hi, very nice brief, well done. 

About the Heena&#039;s question: &quot;A fingerprint of a string can be determined using w...&quot; why the answer es md5???

Thank for ur attendion and wish my luck for tomorrow in my php exam. :)</description>
		<content:encoded><![CDATA[<p>Hi, very nice brief, well done. </p>
<p>About the Heena&#8217;s question: &#8220;A fingerprint of a string can be determined using w&#8230;&#8221; why the answer es md5???</p>
<p>Thank for ur attendion and wish my luck for tomorrow in my php exam. <img src='http://readtheweb.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1051</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jun 2008 12:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1051</guid>
		<description>Answer: md5();</description>
		<content:encoded><![CDATA[<p>Answer: md5();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heena</title>
		<link>http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/comment-page-1/#comment-1043</link>
		<dc:creator>Heena</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://readtheweb.info/2008/01/14/zend-php5-certification-exam-study-review-6-security/#comment-1043</guid>
		<description>hi first of all thanks for your time to answer me.
there is another question for you :)

A fingerprint of a string can be determined using which of the following?
1&gt; md5()
2&gt; hash()
3&gt; fingerprint()
4&gt; none of the above

please answer
thanks</description>
		<content:encoded><![CDATA[<p>hi first of all thanks for your time to answer me.<br />
there is another question for you <img src='http://readtheweb.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A fingerprint of a string can be determined using which of the following?<br />
1&gt; md5()<br />
2&gt; hash()<br />
3&gt; fingerprint()<br />
4&gt; none of the above</p>
<p>please answer<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
