Skip to content

Commit 1176fec

Browse files
smowtonaschackmull
andcommitted
Improve docs
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 09f2755 commit 1176fec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

java/ql/src/semmle/code/java/security/RequestForgery.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ private class StringBuilderVarExt extends StringBuilderVar {
110110
* this returns the append of `"3"`.
111111
*/
112112
private StringBuilderAppend getAFirstAppendAfterAssignment() {
113-
//
114113
result = this.getAnAppend() and not result = this.getNextAppend(_)
115114
}
116115

java/ql/src/semmle/code/java/security/RequestForgeryConfig.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
22
* Provides a taint-tracking configuration characterising request-forgery risks.
3+
*
4+
* Only import this directly from .ql files, to avoid the possibility of polluting the Configuration hierarchy accidentally.
35
*/
46

57
import semmle.code.java.dataflow.FlowSources

0 commit comments

Comments
 (0)