Skip to content

Commit 677b7cf

Browse files
committed
Style fixes
1 parent a1cdaa7 commit 677b7cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

java/ql/src/Security/CWE/CWE-501/TrustBoundaryViolation.ql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@
1111
*/
1212

1313
import java
14-
import semmle.code.java.dataflow.DataFlow
15-
import semmle.code.java.dataflow.FlowSources
16-
import semmle.code.java.dataflow.TaintTracking
1714
import semmle.code.java.security.TrustBoundaryViolationQuery
1815
import TrustBoundaryFlow::PathGraph
1916

2017
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
2118
where TrustBoundaryFlow::flowPath(source, sink)
2219
select sink.getNode(), sink, source,
23-
"This servlet reads data from a remote source and writes it to a $@.", sink.getNode(),
24-
"session variable"
20+
"This servlet reads data from a remote source and writes it to a session variable."

0 commit comments

Comments
 (0)