Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66b9356

Browse files
committed
C++: There is no overlap between OutputWrite and RemoteFlowSinkFunction.
1 parent a1ace71 commit 66b9356

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/ql/src/Security/CWE/CWE-497/PotentiallyExposedSystemData.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class PotentiallyExposedSystemDataConfiguration extends TaintTracking::Configura
4040

4141
override predicate isSink(DataFlow::Node sink) {
4242
exists(OutputWrite ow | ow.getASource() = sink.asExpr())
43-
// TODO: eliminate duplication on remote flow sources?
4443
}
4544
}
4645

0 commit comments

Comments
 (0)