Java: Make EnvTaintedMethod public + QL-Doc

This commit is contained in:
intrigus
2020-12-09 23:40:27 +01:00
parent e021158b5f
commit d98b171998

View File

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