[Python] Query help: False negatives with kwargs #21887
Unanswered
UpsideDownFoxxo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi 👋 This is weird; it works just fine when I test it using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to pin down a false negative I had concerning dictionary arguments in function calls. The surrounding conditions for selecting the function in source and sink were different, but I have replaced them here for convenience.
I have constructed the following toy program to test my query on.
I have two questions here:
sink(source())not flagged? The respective start/end predicates for the flow correclty select them, how is the dataflow between them not detected?sink2(**a)not flagged? (Suspected: Technicallyaitself is not tainted, it just has a tainted KV-pair. However I cannot seem to drill down enough to detect that.)Beta Was this translation helpful? Give feedback.
All reactions