Handle findings in non-debug code
tjarrettveracode opened this issue · 1 comments
tjarrettveracode commented
We seek to match on source file and line number, but these attributes aren't present for applications scanned without debug symbols (especially common in dependent libraries in .NET).
Update the flaw matching algorithm to fall back to match on non-debug attributes if source file (e.g.) is not present.
tjarrettveracode commented