Improve docs

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Chris Smowton
2021-06-17 11:22:41 +01:00
parent 09f27554d0
commit 1176fec287
2 changed files with 2 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ private class StringBuilderVarExt extends StringBuilderVar {
* this returns the append of `"3"`.
*/
private StringBuilderAppend getAFirstAppendAfterAssignment() {
//
result = this.getAnAppend() and not result = this.getNextAppend(_)
}

View File

@@ -1,5 +1,7 @@
/**
* Provides a taint-tracking configuration characterising request-forgery risks.
*
* Only import this directly from .ql files, to avoid the possibility of polluting the Configuration hierarchy accidentally.
*/
import semmle.code.java.dataflow.FlowSources