How to disable the use of verb tunneling using such headers or query parameters in .NET?

I’m failing a security scan that is saying my .NET application is allowing verb tunneling and the recommendation is to disable this. The application needs to accept PUT and DELETE headers as well as GET and POST. The scan is sending these … Continue reading How to disable the use of verb tunneling using such headers or query parameters in .NET?

What are the security issues in Plug and Play architecture? And how we can mitigate them?

I am developing a solution that is mostly dependent on plug and play architecture. Currently, I am doing a risk analysis of this design.
What are the security issues in Plug and Play architecture? And how we can mitigate them?
This is a C#… Continue reading What are the security issues in Plug and Play architecture? And how we can mitigate them?