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

fix: only fetch valid X.509 certificates from the certificate store #425

Merged
merged 4 commits into from
Jul 25, 2024

Conversation

calebkiage
Copy link
Collaborator

perf: remove linq code use to improve code generation

perf: remove linq code use to improve code generation
@calebkiage calebkiage requested a review from a team as a code owner July 25, 2024 12:28
@calebkiage
Copy link
Collaborator Author

I'd like a 2nd set of eyes on the certificate scanning changes

cc @baywet, @andrueastman

baywet
baywet previously approved these changes Jul 25, 2024
@calebkiage
Copy link
Collaborator Author

I'm adding some tests to improve coverage.

@calebkiage
Copy link
Collaborator Author

Is it possible to unit test certificates?

@baywet
Copy link
Member

baywet commented Jul 25, 2024

Is it possible to unit test certificates?

You'd need to generate self-signed certificates as part of the tests setup and add them to the user store. (machine store requires elevation)

chore: remove redundant certificate date checks
…redentialFactory.cs

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Copy link

sonarcloud bot commented Jul 25, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
74.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@calebkiage
Copy link
Collaborator Author

Not sure if I can improve coverage meaningfully anymore... :-/

@calebkiage calebkiage merged commit 79db8c9 into main Jul 25, 2024
8 of 9 checks passed
@calebkiage calebkiage deleted the chore/remove-linq-usage branch July 25, 2024 13:28
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.

None yet

2 participants