G
Guest
Hello all,
My users can include html with their data, in order to control formatting,
images, etc. in the datagrid I return, but I want to make sure in certain
cases they can't enter script. When I find it I will replace with something
harmless, but I want to make sure I find it.
So, far I am trapping for:
- <script>
- onxxx=
Are there other ways they can inject script?
Also, are there other dangerous things they can do without using script?
(outside of the basics like SQL injection, DOS, etc.).
Thanks,
Bill
My users can include html with their data, in order to control formatting,
images, etc. in the datagrid I return, but I want to make sure in certain
cases they can't enter script. When I find it I will replace with something
harmless, but I want to make sure I find it.
So, far I am trapping for:
- <script>
- onxxx=
Are there other ways they can inject script?
Also, are there other dangerous things they can do without using script?
(outside of the basics like SQL injection, DOS, etc.).
Thanks,
Bill