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

[telemetry] Use asterisks for domain matching in CertificatePinner #503

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

mr1sunshine
Copy link
Contributor

Okhttp allows to use asterisks for domain matching like:
**.square.com for matching all subdomains. We can do the same to avoid
having the list of different domains for pinning certificates.

@mr1sunshine mr1sunshine force-pushed the mr1sunshine/fix-certs branch from 86644a7 to 26dbdc7 Compare October 14, 2020 11:04
Okhttp allows to use asterisks for domain matching like:
`**.square.com` for matching all subdomains. We can do the same to avoid
having the list of different domains for pinning certificates.
@codecov
Copy link

codecov bot commented Oct 14, 2020

Codecov Report

❗ No coverage uploaded for pull request base (main@b2d9f4d). Click here to learn what that means.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #503   +/-   ##
=======================================
  Coverage        ?   67.55%           
  Complexity      ?      409           
=======================================
  Files           ?       70           
  Lines           ?     2244           
  Branches        ?      187           
=======================================
  Hits            ?     1516           
  Misses          ?      621           
  Partials        ?      107           

@mr1sunshine mr1sunshine merged commit 7202266 into main Oct 14, 2020
@mr1sunshine mr1sunshine deleted the mr1sunshine/fix-certs branch October 14, 2020 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants