Getting wrong line numbers for the vulnerable lines in the report on scanning using command line .
Harshal1693 opened this issue · 6 comments
Hi Team,
I am getting wrong line numbers for the vulnerable lines in the xml report that is generated on scanning using command line. When I scan using the application , it is correct. Can anyone help me to fix this issue or even guide me what may be causing the issue?
I had the problem too
Same issue
Same problem occurs with the generated csv report
Hey, i had this issue too. I fixed it by adding this line.
UpdateGraphs(strItem, arrShortName, blnIsColoured) in frmMain.vb function ScanFiles +- line 319
...
'== Update graphs and tables ==
If asAppSettings.IsConsole = False Then
UpdateGraphs(strItem, arrShortName, blnIsColoured)
blnIsColoured = False
Else
'Add By Me
UpdateGraphs(strItem, arrShortName, blnIsColoured)
....
Still not working after adding the code