-
Notifications
You must be signed in to change notification settings - Fork 173
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 method for checking if element is signed #368
Conversation
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
==========================================
+ Coverage 72.38% 72.56% +0.17%
==========================================
Files 9 9
Lines 862 882 +20
Branches 229 234 +5
==========================================
+ Hits 624 640 +16
- Misses 138 151 +13
+ Partials 100 91 -9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Some tidying up needed =)
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, after discussion
The current recommendation is to have consumers check IDs on elements. We already do this internally, with much more rigor than the README suggests. This PR adds a method to leverage internal methods to perform a more rigorous check of signing of elements the consumer would like to use.