Skip to content

Commit f8fff4b

Browse files
geoffw0mchammer01
andauthored
Update rust/ql/src/queries/security/CWE-089/SqlInjection.ql
Co-authored-by: mc <[email protected]>
1 parent b7c7a9e commit f8fff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/security/CWE-089/SqlInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Database query built from user-controlled sources
3-
* @description Building a database query from user-controlled sources is vulnerable to insertion of malicious code by the user.
3+
* @description Building a database query from user-controlled sources is vulnerable to insertion of malicious code by attackers.
44
* @kind path-problem
55
* @problem.severity error
66
* @security-severity 8.8

0 commit comments

Comments
 (0)