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

Update dependencies #71

Merged
merged 3 commits into from
Nov 15, 2021
Merged

Update dependencies #71

merged 3 commits into from
Nov 15, 2021

Conversation

zemanlx
Copy link
Contributor

@zemanlx zemanlx commented Nov 11, 2021

Fixes vulnerable dependencies and as a bonus, it fixes #65.

@@ -29,6 +29,7 @@ func CreateCertificates(cn, destDir string) (certFile, keyFile string) {
Subject: pkix.Name{
CommonName: cn,
},
DNSNames: []string{cn},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change solve #65?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful 🎉 I think this change lgtm but we will probably want a second opinion from someone who is more experienced with the osprey. @howardburgess has reviewed osprey changes for me before so maybe he can do the honors...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! (Sorry for delay, was on hols)

@howardburgess howardburgess merged commit d5795a3 into master Nov 15, 2021
@howardburgess howardburgess deleted the update-dependencies branch November 15, 2021 10:19
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.

Fix the SSL certificates in the tests
3 participants