Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting wrong line numbers for the vulnerable lines in the report on scanning using command line . #7

Open
Harshal1693 opened this issue Jan 20, 2017 · 6 comments

Comments

@Harshal1693
Copy link

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?

@huyuanmei
Copy link

I had the problem too

@chrjs
Copy link

chrjs commented Jul 18, 2017

Same issue

@mceli2
Copy link

mceli2 commented Apr 2, 2018

Same problem occurs with the generated csv report

@lopji
Copy link

lopji commented Apr 13, 2018

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)
....

@hari300694
Copy link

Still not working after adding the code

@dommyzee
Copy link
Contributor

dommyzee commented Jan 27, 2023

I’ve submitted a PR (2.3.0 - #18) that addresses this, and many others. Can you download it and check that this issue is resolved? I’ve notified the maintainer that this PR is in waiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants