Skip to content

Fix trustedCertificates type to allow multiple certificates#86

Open
Hopsaheysa wants to merge 1 commit into
developfrom
issues/83-fix-trusted-certificates-type
Open

Fix trustedCertificates type to allow multiple certificates#86
Hopsaheysa wants to merge 1 commit into
developfrom
issues/83-fix-trusted-certificates-type

Conversation

@Hopsaheysa
Copy link
Copy Markdown
Member

#83

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes an incorrect TypeScript tuple type on trustedCertificates that limited the property to a single-element array, preventing iOS users from configuring multiple trusted certificates (issue #83).

Changes:

  • Changed trustedCertificates?: [string] (single-element tuple) to trustedCertificates?: string[] (array) in the iOS repackaging detection config.
  • Updated release notes to reflect version 1.3.0 and document the fix.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/MalwarelyticsConfig.ts Corrects the type of trustedCertificates from a single-element tuple to a string array.
docs/Release-Notes.md Renames the pending 1.2.1 entry to 1.3.0 and adds an entry describing the fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Hopsaheysa Hopsaheysa requested a review from kober32 May 14, 2026 11:44
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