0
votes
3answers
30 views
ASP.NET web application role based security
We are writing a web application to be deployed on our intranet. We want to implement role based security but would like to not write it all from scratch.
Is there anything bui …
0
votes
1answer
28 views
Http 403 or 404 for accessing restricted WEB resource?
My question is rather similar to this Return “correct” error code, or protect privacy?, but I'd like to hear some different answers.
We have WEB site most pages of which may be vi …
0
votes
2answers
25 views
str_ireplace() not accutally removing the ‘needles’
I'm using str_ireplace() to remove instances of strings in an array, and I'm returning the number of counted occurances, but it's not actually performing the replace.
//replace oc …
0
votes
8answers
73 views
Best practice to send secure information over e-mail?
I have to send sensitive information (name, address, social security number etc.) collected from a website, that has been entered by a user, to an e-mail address.
What is the best …
3
votes
7answers
81 views
What are the risks of storing a user password in a Cookie, when the connection is via https?
A Note
I have a very good understanding of sessions and the theory of secure web-based authentication, etc., so please don't start with the basics, or give ambiguous answers. I am …
0
votes
3answers
124 views
how to block my site from one known IP address?
I want to block access of my site from one particular IP address, how can i do that.?
using htaccess or ?
0
votes
1answer
15 views
How to control access to third party HTML pages
Hello,
We have a Learning Management System (LMS) that runs on its own server (IIS/Server 2003). Students must login with Forms authentication to gain access to the content. We …
1
vote
7answers
376 views
Why can’t an iframe set its parent’s location.hash?
I have a window containing an iframe, containing an iframe, like so:
+---------------+
| Top |
| +-----------+ |
| | Middle | |
| | +-------+ | |
| | | Inner | | |
| …
0
votes
1answer
30 views
XSS on jsbin.com
Anyone know if jsbin.com implements any protection for XSS or other javascript attacks?
I see jsbin links used fairly regularly on sites like this one and I can't find any indicat …
0
votes
1answer
32 views
ASP.Net Security: Wrap Requests in IHttpHandler or use RoleProvider?
I'm working with ASP.Net MVC as well as DynamicData and I need to add role-based security.
Should I implement this via:
IHttpHandler with custom actions that check if the user i …
1
vote
2answers
31 views
Testing of Web Security
In your experience, what have you found, worked on, or encountered in terms of site vulnerabilities? And what actions did you take to mitigate these issues?
This may include XSS ( …
0
votes
6answers
509 views
How to prevent Iframe hack
my site is hosted in lunarpage and it geting hacked in from few month.
i have done all things some of site saying (changing password like).
finally 2 weeks ago i have blocked all r …
2
votes
2answers
11 views
Web application security testing
Hi all,
We are developing a web application using Spring framework and Hibernate ORM. As far as application security is concerned we are using acegi to provide authentication and …
0
votes
1answer
33 views
Upload file type verification with Rails and Javascript
I'm currently working on a project where users can upload datasets in CSV format.
Is there a good way with Ruby other than checking file extension to determine if they're really …
0
votes
2answers
103 views
What conferences/training should an employer provide for a java/web team?
I'm a software developer at a large insurance company in Canada. Our dept. is looking at getting some training for us all. We are mostly a java group (JSF/JSP/Servlets) but obvio …
