rsnake Wrote:
-------------------------------------------------------
> You haven't seen URL's with < or > in them before?
> Hmmm... you should visit some math sites. ;)
> Also, some sides DO allow HTML to be entered into
> them, so you would risk breaking those sites as
> well if you implemented something like that
> globally. But it still might be worth it to get
> rid of the risk.
>
> My feeling is it would have to be more intelligent
> than just looking for a few risky chars on the
> query string.
Kyran Wrote:
-------------------------------------------------------
> We would need virus heuristics-kinda guys working
> with the browser devs.
> It's hard to distinguish between a legit request
> and XSS. Think about the large amount of attack
> vectors, encoding differences, etc.
Yup. It would need to be smart. Very smart.
-
Kyran