Skip to content

Commit f265690

Browse files
committed
Convert FileStreams.qll to the new dataflow library
1 parent 113c121 commit f265690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/common/src/codingstandards/cpp/standardlibrary/FileStreams.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
import cpp
13-
private import semmle.code.cpp.dataflow.DataFlow
14-
private import semmle.code.cpp.dataflow.TaintTracking
13+
private import semmle.code.cpp.dataflow.new.DataFlow
14+
private import semmle.code.cpp.dataflow.new.TaintTracking
1515
private import codingstandards.cpp.Operator
1616

1717
/**

0 commit comments

Comments
 (0)