Skip to content

Commit b8e057f

Browse files
authored
Python: isSanitizerGuard test is future work
1 parent ab8cc23 commit b8e057f

File tree

1 file changed

+1
-0
lines changed
  • python/ql/test/experimental/dataflow/tainttracking/customSanitizer

1 file changed

+1
-0
lines changed

python/ql/test/experimental/dataflow/tainttracking/customSanitizer/TestTaint.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class CustomSanitizerOverrides extends TestTaintTrackingConfiguration {
1111
}
1212

1313
override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
14+
// TODO: Future work for when BarrierGuard is implemented properly
1415
// exists(Call call |
1516
// call.getFunc().(Name).getId() = "emulated_is_safe" and
1617
// )

0 commit comments

Comments
 (0)