Fix duplicate query ID

This commit is contained in:
Chris Smowton
2023-05-11 22:10:09 +01:00
committed by GitHub
parent 2c518c1fa6
commit b6c2db6baf

View File

@@ -3,7 +3,7 @@
* @description Building an SQL data-source URI from untrusted sources can allow attacker to compromise security
* @kind path-problem
* @problem.severity error
* @id go/dsn-injection
* @id go/dsn-injection-local
* @tags security
* experimental
* external/cwe/cwe-134