Files
codeql/java/ql/lib/semmle/code
Tony Torralba d22632ef78 Fix recursion in entrypointFieldStep
When using local taint tracking to define a RemoteFlowSource, a recursion was created because entrypointFieldStep adds new RemoteFlowSources and was a local taint step. This is fixed by converting entrypointFieldStep into a defaultAdditionalTaintStep instead of a localAdditionalTaintStep, i.e. it will only affect global taint tracking from now on.
2022-01-21 10:48:13 +01:00
..
2021-08-19 14:09:35 -07:00
2022-01-21 10:48:13 +01:00
2021-08-19 14:09:35 -07:00