Skip to content

Commit b6c2db6

Browse files
authored
Fix duplicate query ID
1 parent 2c518c1 commit b6c2db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/experimental/CWE-134/DsnInjectionLocal.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Building an SQL data-source URI from untrusted sources can allow attacker to compromise security
44
* @kind path-problem
55
* @problem.severity error
6-
* @id go/dsn-injection
6+
* @id go/dsn-injection-local
77
* @tags security
88
* experimental
99
* external/cwe/cwe-134

0 commit comments

Comments
 (0)