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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-23 14:10:57 +00:00
committed by GitHub
parent 640e2f56d5
commit b774ae07c8

View File

@@ -52,4 +52,4 @@ where
Flow::flow(source, sink) and
isSource(source, sourceType) and
isSink(sink, va)
select va, "String operation depends on a $@ that may not be null terminated.", source, sourceType
select va, "String operation depends on $@ that may not be null terminated.", source, sourceType