[PR #321] [MERGED] Test for case when challenge_altnames is empty #799

Closed
opened 2025-12-29 01:29:21 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/321
Author: @whereisaaron
Created: 12/21/2016
Status: Merged
Merged: 12/22/2016
Merged by: @lukas2511

Base: masterHead: master


📝 Commits (1)

  • 6559356 Test for case when challenge_altnames is empty

📊 Changes

1 file changed (+35 additions, -33 deletions)

View changed files

📝 dehydrated (+35 -33)

📄 Description

When all names in a cert have already been validated, the challenge_altnames array will be empty, causes an error in later code. This patch adds a test to handle that case.

Tested with: GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/321 **Author:** [@whereisaaron](https://github.com/whereisaaron) **Created:** 12/21/2016 **Status:** ✅ Merged **Merged:** 12/22/2016 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6559356`](https://github.com/dehydrated-io/dehydrated/commit/65593561046109f44040b2a99e9169fcd367646b) Test for case when challenge_altnames is empty ### 📊 Changes **1 file changed** (+35 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+35 -33) </details> ### 📄 Description When all names in a cert have already been validated, the challenge_altnames array will be empty, causes an error in later code. This patch adds a test to handle that case. Tested with: GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:21 +01:00
adam closed this issue 2025-12-29 01:29:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#799