Skip to content

Commit 0c8b425

Browse files
authored
Python: Avoid duplicated query-id
1 parent b5bbe63 commit 0c8b425

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/Security/CWE-074/paramiko

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Security/CWE-074/paramiko/paramiko.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity error
66
* @security-severity 9.3
77
* @precision high
8-
* @id py/command-injection
8+
* @id py/paramiko-command-injection
99
* @tags security
1010
* experimental
1111
* external/cwe/cwe-074

0 commit comments

Comments
 (0)