mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Merge pull request #4044 from aschackmull/java/xsssink-printwriter-format
Approved by aibaars
This commit is contained in:
@@ -97,6 +97,7 @@ class WritingMethod extends Method {
|
||||
(
|
||||
this.getName().matches("print%") or
|
||||
this.getName() = "append" or
|
||||
this.getName() = "format" or
|
||||
this.getName() = "write"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user