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 Type field into report.Finding struct #1360

Open
ebarped opened this issue Mar 1, 2024 · 1 comment
Open

Add a Type field into report.Finding struct #1360

ebarped opened this issue Mar 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ebarped
Copy link

ebarped commented Mar 1, 2024

Is your feature request related to a problem? Please describe.
I was using this excellent tool to generate a report about my leaks. I was using the Description field to show the type of leak, but with the merged #1300 into 8.18.2, my report changed from:

type file
JSON Web Token myfile.go

to

type file
Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data. myfile.go

Describe the solution you'd like
I would like to add a new field, something like Type, that uses the old description data in v8.18.1 and previous, so we could generate reports like:

type description file
JSON Web Token Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data. myfile.go

Additional context
I am willing to work on this, but i need to know if this would be a nice feature and if it will be accepted.

cc @zricethezav

@ebarped ebarped added the enhancement New feature or request label Mar 1, 2024
@ebarped
Copy link
Author

ebarped commented Mar 5, 2024

I think that this issue is related to #1362

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

1 participant