C++/AuthenticationBypass

This commit is contained in:
Nora Dimitrijević
2025-10-15 13:52:37 +02:00
parent 0ed27f4e81
commit 17b261a506

View File

@@ -76,7 +76,9 @@ module Config implements DataFlow::ConfigSig {
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSinkLocation(DataFlow::Node sink) {
exists(Expr condition | result = condition.getLocation() | isSink(sink, condition))
exists(Expr condition | result = [condition.getLocation(), sink.getLocation()] |
isSink(sink, condition)
)
}
}