@domi @lanodan
IME the hardest part of the problem is that if a python library has 50 functions
one of them is vulnerable
and you use a different one
with input that is not user-controlled
it's still getting flagged, and there's no way to filter that out without someone who understands the code taking a look at it.
In an ideal world, vulns would be expressed through a type system.
1/