-
Notifications
You must be signed in to change notification settings - Fork 25
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 MatchedIndices functionality for certificate transparency #535
Add MatchedIndices functionality for certificate transparency #535
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #535 +/- ##
==========================================
- Coverage 64.02% 62.81% -1.22%
==========================================
Files 4 17 +13
Lines 303 1366 +1063
==========================================
+ Hits 194 858 +664
- Misses 78 424 +346
- Partials 31 84 +53 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
LGTM pending other PRs. |
06bc0b4
to
8698c76
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.
LGTM pending the other PR!
Signed-off-by: linus-sun <[email protected]>
Signed-off-by: linus-sun <[email protected]>
Signed-off-by: linus-sun <[email protected]>
64feecf
to
7867622
Compare
@linus-sun There's a lint failure. |
Signed-off-by: linus-sun <[email protected]>
7867622
to
7cae27c
Compare
Summary
Per this doc, this PR adds the MatchedIndices function for certificate transparency logs, which filtered a set of certificate transparency logs entries on certificate identities and object identifier fields to find matching entries in preparation for setting up the certificate transparency monitor workflow.
This PR depends on #526 and #527.
Release Note
NONE
Documentation
N/A