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

False positive for public modifiers inside a framework #22

Open
wqzhang123 opened this issue Mar 6, 2019 · 1 comment
Open

False positive for public modifiers inside a framework #22

wqzhang123 opened this issue Mar 6, 2019 · 1 comment

Comments

@wqzhang123
Copy link

Maybe the script can have a mode for scanning a framework VS an app, because for many of the properties and functions of a framework class whose access modifiers are public, the script is reporting false positive since those properties and functions are most likely not referenced inside the framework.

@buguibu
Copy link

buguibu commented Mar 7, 2019

On line 112 there are some folders to ignore, you can add your own but the true fix will be to parametrize this.

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