Merge pull request #4044 from aschackmull/java/xsssink-printwriter-format

Approved by aibaars
This commit is contained in:
CodeQL CI
2020-08-14 08:34:48 +01:00
committed by GitHub

View File

@@ -97,6 +97,7 @@ class WritingMethod extends Method {
(
this.getName().matches("print%") or
this.getName() = "append" or
this.getName() = "format" or
this.getName() = "write"
)
}