Skip to content

Update invalidWordFenceVersions#36

Merged
tangrufus merged 1 commit into
mainfrom
invalidWordFenceVersions
May 23, 2025
Merged

Update invalidWordFenceVersions#36
tangrufus merged 1 commit into
mainfrom
invalidWordFenceVersions

Conversation

@tangrufus

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 23, 2025 00:42
@tangrufus tangrufus added the test label May 23, 2025
@tangrufus tangrufus force-pushed the invalidWordFenceVersions branch from 11f5cc6 to f0dbe99 Compare May 23, 2025 00:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR expands the set of invalid version strings used in the WordFence version parser tests to cover additional edge cases.

  • Added new malformed version patterns (e.g., alphanumeric suffixes, date fragments, revision labels).
  • Increased test coverage for uncommon separators and format anomalies.

"1.1(Beta)",
"1.3 EN",
"1.4.9.8.9",
"1.6.2d",

Copilot AI May 23, 2025

Copy link

Choose a reason for hiding this comment

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

The invalidWordFenceVersions list is growing and currently unsorted; consider grouping entries by major version or sorting them alphabetically for easier future maintenance.

Copilot uses AI. Check for mistakes.
"4.23.1.1.23.1",
"4.3-revision-3",
"44.0 (17-08-2023)",
"47.0(20-11-2023)",

Copilot AI May 23, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] This entry omits the space before the parenthesis, making its formatting inconsistent with similar lines (e.g., "44.0 (17-08-2023)"); normalizing spacing would improve readability.

Suggested change
"47.0(20-11-2023)",
"47.0 (20-11-2023)",

Copilot uses AI. Check for mistakes.
@tangrufus tangrufus merged commit 92258fe into main May 23, 2025
7 checks passed
@tangrufus tangrufus deleted the invalidWordFenceVersions branch May 23, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants