Skip to content

Commit b774ae0

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/Security/CWE/CWE-170/ImproperNullTerminationTainted.ql
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 640e2f5 commit b774ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-170/ImproperNullTerminationTainted.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ where
5252
Flow::flow(source, sink) and
5353
isSource(source, sourceType) and
5454
isSink(sink, va)
55-
select va, "String operation depends on a $@ that may not be null terminated.", source, sourceType
55+
select va, "String operation depends on $@ that may not be null terminated.", source, sourceType

0 commit comments

Comments
 (0)