Home > Net >  How to prevent CheckMarx SQL injection in ASP.NET
How to prevent CheckMarx SQL injection in ASP.NET

Time:02-10

In the code, checkmarx show high vulnerability. Can someone help me how to fix this?

<asp:SqlDataSource ID="myid">
    <SqlParameter>
        <asp:Parameter Name="date" Type="String"/>
    </SqlParameter>
</asp:SqlDataSource>

CodePudding user response:

  •  Tags:  
  • Related