We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8cc23 commit b8e057fCopy full SHA for b8e057f
python/ql/test/experimental/dataflow/tainttracking/customSanitizer/TestTaint.ql
@@ -11,6 +11,7 @@ class CustomSanitizerOverrides extends TestTaintTrackingConfiguration {
11
}
12
13
override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
14
+ // TODO: Future work for when BarrierGuard is implemented properly
15
// exists(Call call |
16
// call.getFunc().(Name).getId() = "emulated_is_safe" and
17
// )
0 commit comments