Welcome! Log In Create A New Profile

Advanced

Section 9 - Security Issues

Posted by 78183472 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Section 9 - Security Issues
July 24, 2013 07:12PM
Completed!
There are some links at the end of section 10 to more articles about security (or if you just search via google you'll find tons of articles!) smile
Re: Section 9 - Security Issues
July 24, 2013 07:33PM
Hi

might be that i'm doing something wrong, my page doesn't give me a link like the tutorial explains.
Re: Section 9 - Security Issues
July 24, 2013 07:40PM
The link at the bottom of page 3 (section 9) links to a website that says the website is offline due to maintenance (been like that for a few days)


These are the links at the end of section 10 if you can't find it :

For a more in-depth discussion on this, and other security issues, these links are quite useful:
http://www.developer.com/lang/article.php/918141
http://www.ilovejackdaniels.com/security/writing-secure-php/3/
http://www.sklar.com/page/article/owasp-top-ten
http://www.devshed.com/c/a/PHP/PHP-Security-Mistakes/
http://www.onlamp.com/pub/a/php/2003/07/31/php_foundations.html
Re: Section 9 - Security Issues
July 24, 2013 08:07PM
Sorry, I meant when I use this:

<A HREF ="nastysite">A Nasty Site</A>
avatar Re: Section 9 - Security Issues
July 24, 2013 10:07PM
You need to provide the full url to link to a site on the internet -

Language: HTML
<a href="http://www.nastysite.com"> A Nasty Site</a>
Re: Section 9 - Security Issues
July 25, 2013 07:54PM
thanks for your help, it really worked.
Re: Section 9 - Security Issues
July 28, 2013 09:41PM
Fun section, try using google translate for the different language's and test your code, it really works well, complete.
Re: Section 9 - Security Issues
July 29, 2013 08:25PM
Done, some important functions.
Re: Section 9 - Security Issues
August 04, 2013 08:20PM
all done.

find it vary interesting because to block a hacker you should know how to hack smiling smiley
Re: Section 9 - Security Issues
August 08, 2013 01:07PM
Completed sections 8 and 9.
Very interesting and useful!
avatar Re: Section 9 - Security Issues
August 09, 2013 06:18PM
Public holidays are awesome for studying!smiling smiley
I have completed chapter 9 today.
@78125766Suzan My example didn't open correctly either, I discovered that this is because the strip tags function was not commented out from the php code. It appears as follows:

Language: PHP
//$first_name = htmlspecialchars($first_name); $first_name = strip_tags($first_name, "<B>"); //$first_name = htmlentities($first_name);

Comment out // the middle line, and it will render correctly.
Re: Section 9 - Security Issues
August 12, 2013 11:15AM
Section 9 - Security Issues: Competed , Found this section very interesting learnt allot.
Re: Section 9 - Security Issues
August 14, 2013 01:05PM
Completed section 9.

The section was good, at least this is something that as a Web Developer I'll get to remember at all the times just to protect my work.
Re: Section 9 - Security Issues
August 16, 2013 11:37AM
Section 9 completed.

Very useful section. Will definitely check out the security discussions on the Secguru.com site - site is currently under maintenance.

Warren
Re: Section 9 - Security Issues
August 18, 2013 10:25AM
Completed this section. The site for the link is still under maintenance.
Re: Section 9 - Security Issues
August 19, 2013 10:09PM
Section completed.

Noticed the same as Susan, I also spotted the Strip-line and commented it out. So glad for this section, was really starting to wonder about security...

I think I now also understand what happened in one of our computer labs where the IT students spend so much time! Will definitely investigate tomorrow! smile
Sorry, only registered users may post in this forum.

Click here to login