Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Anti-XSS library from Microsoft to mitigate XSS attacks

Anti-XSS library from Microsoft to mitigate XSS attacks

I am new to a large project and plan to use the Anti-XSS library from Microsoft to mitigate XSS attacks. This is a very large MVC C# application, and it has been determined this library from MS will be low-impact, yet close many exposures.

Any suggestions on how to approach this integration?

Thanks
SOLUTION
Avatar of Jackie Man
Jackie Man
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Wow!

End of Life sounds like it may be a bad choice then. Have they already stopped supporting it? I saw that version 4.3 was released years ago, so it already seemed either bug-free ;) or no longer of interest for them to update.

What options are there?

Is this a good alternative?

https://www.owasp.org/index.php/.NET_AntiXSS_Library
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks