标签: c#
使用veracode扫描来扫描我的代码时,我得到了:
“不受信任的初始化”漏洞-创建SQL连接时
打开连接时:
using(sqlconnection scon = new sqlconnection(connectionstring) {}