-
Notifications
You must be signed in to change notification settings - Fork 12
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: mechanism to fingerprint arbitrary data #392
feat: mechanism to fingerprint arbitrary data #392
Conversation
093178e
to
3f2a8fc
Compare
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.
Added 2 commits instead of doing more comments. Feel free to review them or to merge directly
Provides a facility to efficiently fingerprint the injector configuration.
…hash Signed-off-by: Eliott Bouhana <[email protected]>
Signed-off-by: Eliott Bouhana <[email protected]>
5fb209e
to
1e099e3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
==========================================
+ Coverage 60.31% 60.91% +0.60%
==========================================
Files 179 181 +2
Lines 12593 12702 +109
==========================================
+ Hits 7595 7737 +142
+ Misses 4500 4435 -65
- Partials 498 530 +32
|
Provides a facility to efficiently fingerprint the injector
configuration.