mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update cpp/ql/src/semmle/code/cpp/models/implementations/Getenv.qll
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
committed by
GitHub
parent
c37093f4bc
commit
5d2b85fcf5
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides an implementation class modelling the POSIX function `getenv`.
|
||||
* Provides an implementation class modeling the POSIX function `getenv`.
|
||||
*/
|
||||
import cpp
|
||||
import semmle.code.cpp.models.interfaces.FlowSource
|
||||
@@ -19,4 +19,4 @@ class Getenv extends LocalFlowFunction {
|
||||
) and
|
||||
description = "an environment variable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user