Python: isSanitizerGuard test is future work

This commit is contained in:
Rasmus Wriedt Larsen
2020-09-09 15:57:53 +02:00
committed by GitHub
parent ab8cc23ce7
commit b8e057f7ad

View File

@@ -11,6 +11,7 @@ class CustomSanitizerOverrides extends TestTaintTrackingConfiguration {
}
override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
// TODO: Future work for when BarrierGuard is implemented properly
// exists(Call call |
// call.getFunc().(Name).getId() = "emulated_is_safe" and
// )