Update cpp/ql/src/semmle/code/cpp/models/implementations/Getenv.qll

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2020-11-17 13:02:28 +01:00
committed by GitHub
parent c37093f4bc
commit 5d2b85fcf5

View File

@@ -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"
}
}
}