Skip to content

Commit c0379cc

Browse files
committed
C#: Address review comment: an SQL
1 parent aff0a75 commit c0379cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Security Features/CWE-327/InsecureSQLConnection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Insecure SQL connection
3-
* @description Using a SQL Server connection without enforcing encryption is a security vulnerability.
3+
* @description Using an SQL Server connection without enforcing encryption is a security vulnerability.
44
* @kind path-problem
55
* @id cs/insecure-sql-connection
66
* @problem.severity error

0 commit comments

Comments
 (0)