Nora Dimitrijević
2025-07-16 11:08:18 +02:00
parent e0d16a863b
commit 89f760460b

View File

@@ -24,6 +24,8 @@ module CommandInjection {
}
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
predicate observeDiffInformedIncrementalMode() { any() }
}
/**
@@ -80,6 +82,8 @@ module CommandInjection {
node instanceof Sanitizer or
node = any(ArgumentArrayWithDoubleDash array).getASanitizedElement()
}
predicate observeDiffInformedIncrementalMode() { any() }
}
/**