To extract more precise callables when looking at (filename, line_number) combination, we separate the diff information into original and new hit lines. On the consumer side, we look for callables in the last_vulnerable_version in the original hit lines and in the first_patched_version for the new hit lines.
To extract more precise callables when looking at
(filename, line_number)
combination, we separate the diff information intooriginal
andnew
hit lines. On the consumer side, we look for callables in thelast_vulnerable_version
in theoriginal
hit lines and in thefirst_patched_version
for thenew
hit lines.