mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
CPP: Repair getQualifiedName changes from elsewhere.
This commit is contained in:
@@ -14,5 +14,5 @@ import cpp
|
||||
from FunctionCall call, Function target
|
||||
where
|
||||
call.getTarget() = target and
|
||||
target.getQualifiedName() = "gets"
|
||||
target.hasGlobalName("gets")
|
||||
select call, "gets does not guard against buffer overflow"
|
||||
|
||||
Reference in New Issue
Block a user