mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
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:
committed by
GitHub
parent
640e2f56d5
commit
b774ae07c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user