Jump to content

Please test my site.


firblazer

Recommended Posts

I don't know how to prevent XSS, as I havent read up on it yet, but your sites layout is kinda horrible. Too simple and "amateurish". And when you go into products, the layout breaks, using firefox 2. But meybe you aren't interested in the layuot but the technical stuff :D

 

Good going on the valid XHTML and CSS Though.

Link to comment
Share on other sites

  • 3 months later...

Password type input with autocomplete

 

The impact of this vulnerability

Possible sensitive information disclosure

How to fix this vulnerability

The password autocomplete should be disabled in sensitive applications.

To disable autocomplete, you may use a code similar to:

<INPUT TYPE="password" AUTOCOMPLETE="off">

 

User credentials are sent in clear text

The impact of this vulnerability

A third party may be able to read the user credentials by intercepting an unencrypted HTTP connection.

 

How to fix this vulnerability

Because user credentials usually are considered sensitive information, it is recommended to be sent to the server over an encrypted connection.

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.