Skip to content

Commit 3b6cef4

Browse files
committed
Java: Add container flow models.
1 parent ffd52bb commit 3b6cef4

2 files changed

Lines changed: 282 additions & 0 deletions

File tree

java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ private import FlowSummary
7474
* ensuring that they are visible to the taint tracking / data flow library.
7575
*/
7676
private module Frameworks {
77+
private import internal.ContainerFlow
7778
private import semmle.code.java.frameworks.ApacheHttp
7879
private import semmle.code.java.frameworks.apache.Lang
7980
private import semmle.code.java.frameworks.guava.Guava

0 commit comments

Comments
 (0)