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

Can the number of lines of code be counted during scanning? #4

Open
larkzhang opened this issue May 15, 2024 · 1 comment
Open

Can the number of lines of code be counted during scanning? #4

larkzhang opened this issue May 15, 2024 · 1 comment

Comments

@larkzhang
Copy link

Can the number of lines of code be counted during scanning? I saw that some statistical information was printed in the log during scanning, such as the number of files and rules. I would like to ask if the number of lines of code can be counted.
The following is the statistical information of log printing
[ [-] Filetypes Selected: ['.java', '.jsp']
[-] Identifying total files to be scanned!
[-] Total project files in the directory: 503
[-] Total files to be scanned: 272
[-] File Extentions Identified: ['.java']

@coffeeandsecurity
Copy link
Owner

coffeeandsecurity commented May 16, 2024

Yes, it is already on my TODO list. However, since it is not the most important item to track and requires several exclusions to consider, such as comments, whitespace, CRLF, and other non-essential elements, it is planned for a much later stage.

I am keeping this issue open for now and will close it once I have included it.

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

2 participants