-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
improve certificate change detection on linked stores #48151
Conversation
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThis change checks if rootDirectory using link can point to another link and so on. I was on the fence if I should wrap the lookup in reasonable amount of iterations. I'm not sure about the names.
|
...ryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/CachedSystemStoreProvider.cs
Outdated
Show resolved
Hide resolved
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
0a6a117
to
8fcea98
Compare
This change checks if rootDirectory using
readlink
. Seems like the links become more popular and this will allow to monitor the link it self as well as the directory it links to.link can point to another link and so on. I was on the fence if I should wrap the lookup in reasonable amount of iterations.
I decided not to for simplicity so this covers default configuration.
I'm not sure about the names.