-
Notifications
You must be signed in to change notification settings - Fork 18
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
when try to scan a directory, it seems that only one file is scanned, is it a bug? #103
Comments
Hi HTQianqian, sorry to hear that you're having problems. I'll take a look at a sample project of mine. |
Hi @HTQianqian, I've tested Codyze 1.4.1 on my Windows machine with the Maybe your project contains findings only in |
@fwendland, Thanks for you feedback ,here is my test code and command The command: The structure of my folder: ------------------------------------CWE780_WeakEncryption_InadequateRSAPadding_01.java: -------------------------------------
--------------------------------------CWE780_WeakEncryption_InadequateRSAPadding_31a.java-------------------------------------
-------------------------------------CWE780_WeakEncryption_InadequateRSAPadding_31b.java-------------------------------------
|
codyze vision: 1.4.1
scanning folder: [install dir]\bin\codyze.bat -c -s [folder] -m [install dir]\mark
scanning file: [install dir]\bin\codyze.bat -c -s [folder\RSAPadding.java] -m [install dir]\mark
In the folder, there are many java files. but I only get the result findbug.json with file RSAPadding.java.it seems that only one file is scanned when try to scan a directory.
The text was updated successfully, but these errors were encountered: