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

Add a way to ignore false positive in code #36

Open
jooh-lee opened this issue Aug 20, 2020 · 1 comment
Open

Add a way to ignore false positive in code #36

jooh-lee opened this issue Aug 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jooh-lee
Copy link

Is your feature request related to a problem? Please describe.
Right now when insidersec detects a problem or finds some DRA in code there is no way to flag it as a false positive. It would be nice to have some way to tell insidersec to ignore such line/lines of code

Describe the solution you'd like
I think something like // insidersec:ignore for js and the equivalent comment in other languages would be easy for lines and putting that on the top of the file would just ignore the whole file.

Describe alternatives you've considered
One alternative to the file level ignore is the --exclusion flag thats been brought up in the issues

Additional context
None

@ghost
Copy link

ghost commented Aug 8, 2021

Is there any update on this? There are rules that I would like to be able to ignore, but I still don't think that this is possible.

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

No branches or pull requests

5 participants