mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Java: Make EnvTaintedMethod public + QL-Doc
This commit is contained in:
@@ -292,7 +292,8 @@ private class SpringWebRequestGetMethod extends Method {
|
||||
}
|
||||
}
|
||||
|
||||
private class EnvTaintedMethod extends Method {
|
||||
/** Models methods that are tainted by the environment of the user, such as `System.getProperty` or `System.getenv()`. */
|
||||
class EnvTaintedMethod extends Method {
|
||||
EnvTaintedMethod() {
|
||||
this instanceof MethodSystemGetenv or
|
||||
this instanceof PropertiesGetPropertyMethod or
|
||||
|
||||
Reference in New Issue
Block a user