Quote
Since it appears that no legitimate questions remain, we will consider this thread closed.
lol, you sure keep saying alot.
SestusData Wrote:
-------------------------------------------------------
> Protection against SQL injection and XSS is
> necessary BUT ONLY when they can be used to cause
> a problem to the website or its database. If they
> cannot be used to cause damage to the website or
> its database, what would be the point in
> protecting against them?
> [snip]
> Security is only "necessary" where something
> exists which must be secured. Our demo site and
> its underlying database contains NO SENSITIVE
> INFORMATION. It wouldn't matter if a hacker DID
> succeed in launching a SQL injection attack
> against it.
This statements demonstrate an obvious lack of understanding of what XSS and SQL injection are in a real world context. I'm sure you understand the basic technical concept, but there is a lot more than meets the eye. For instance, SQL injection can be leveraged to take over the database server itself. Depending on how your network is set up, you've now given an attacker a clear pathway to other, more sensitive systems. SQL injection can also be used, somewhat more covertly, to turn your PhishCops(R) Security(R) WebSite(R) into a platform for serving 'malware' to your your visitors, likely many of which are your current or potentially future customers. I think your comments show a lack of concern for your customer base, and I wonder if that lack of concern extends into your product (something I intend to explore more, and likely comment on as well).
Not to mention, XSS vulnerabilities on your site makes it really easy to phish people who would be visiting it. Just because you don't have forms that request sensitive customer information on that site doesn't mean that it couldn't be made to look that way with a little injected javascript, css and html... or to quote you:
Quote
You seem to be missing the basic point. Perhaps this concept is beyond you...
-tx @ lowtech-labs.org