You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and we want to use flawfinder on the source code, but skip anything under the test folder. Is there a way to do this from the command line?
I know that I could hard code this to manually specify the folders other than the test folder. However, that means that the developer has to remember to update the "check me folder list" for the project, instead of having a generic process that just skips the test folder.
I also recognize that we should scan all files, however, this is a case where "it has been decided" that files in the test folder will not be analyzed.
Is this a possible new feature, or is there an existing metho that I'm not seeing?
Thank you.
The text was updated successfully, but these errors were encountered:
Flaw finder's default folder listing is not correct, we have more than say app or lib
We have a few different project layouts, some are rather shallow
Some are deeper
and we want to use flawfinder on the source code, but skip anything under the test folder. Is there a way to do this from the command line?
I know that I could hard code this to manually specify the folders other than the test folder. However, that means that the developer has to remember to update the "check me folder list" for the project, instead of having a generic process that just skips the
test
folder.I also recognize that we should scan all files, however, this is a case where "it has been decided" that files in the
test
folder will not be analyzed.Is this a possible new feature, or is there an existing metho that I'm not seeing?
Thank you.
The text was updated successfully, but these errors were encountered: