Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed06604 + 2124662 commit 82f9826Copy full SHA for 82f9826
1 file changed
java/ql/src/semmle/code/java/security/XSS.qll
@@ -97,6 +97,7 @@ class WritingMethod extends Method {
97
(
98
this.getName().matches("print%") or
99
this.getName() = "append" or
100
+ this.getName() = "format" or
101
this.getName() = "write"
102
)
103
}
0 commit comments