mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Python: isSanitizerGuard test is future work
This commit is contained in:
committed by
GitHub
parent
ab8cc23ce7
commit
b8e057f7ad
@@ -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
|
||||
// )
|
||||
|
||||
Reference in New Issue
Block a user