Click to See Complete Forum and Search --> : What Security Risks regarding content?
bo111078
05-09-2003, 05:06 AM
Hi All,
I appreciate that this question is generic and really strikes at all the Forums.
I need assistance regarding security concerns for web content.
Does anybody know what concerns or restrictions I should be aware of with lets say JavaScript, ASP, etc....
I really appreciate any help or redirection anybody can provide.
Thanks is advance.
Brendan.
bo111078
05-09-2003, 09:05 AM
Appreciate that advice,
This project would be intra rather than inter. We will be keeping the level of content simple. My main concerns rest with users being able to take advantage af 'daft fluff' script for cosmetic enhancements.
My knowledge of JS is awful and I'm very aware that the essense of script is an applet running the code from server side. If I was to allow JS or even XMP what precautionary measures should I take to lock it down?
Maybe mountains and molehills are comming in to this?
:)
khalidali63
05-09-2003, 09:27 AM
JavaScript on its own can not cause any problems( to my knowledge).It will have to be assosciated with a java applet or MS ActiveXControl object to cause any threat to the local system or network.
For Java applets it will require specific rights assigned to that applet to access the local system
bo111078
05-09-2003, 09:30 AM
Thanks for the input.
This is precisely where my concern lies. I would believe any editions internal to web pages using script would be applet related. I should have explained this from the start...Sorry.
khalidali63
05-09-2003, 10:23 AM
However,applets even can not access your hard drive unless they are signed,and assigned propper right s to do a specific task.Applets being risk was only a concern looooooong time ago.I have not heard of any scurity hole with applets in near past.
Can't say whats the story on ActiveXControls.