-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add util fp-finder command #219
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
feat: add util fp-finder command #219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks pretty good already.
Cool! I addressed last comments in different commits for easier review. Let me know if you have any other remarks 👍 |
ad86a7a
to
23fe1e2
Compare
That's pretty good @S0obi, just some cleanup. |
f419685
to
46a11a2
Compare
Thanks! I addressed your comments and fixed the tests |
46a11a2
to
48a14d9
Compare
Thank you very much @S0obi! Really appreciate another Go dev helping out :). |
As proposed in #181 (comment), I would like to propose a new command, that can be used like
crs-toolchain util fp-finder restricted-files.data
.Here are the main steps :
Main goal of this command is also to fix coreruleset/coreruleset#3916 (which will be done if this PR is merged).
Resolves: #181