Skip to content

Update releases.properties from release 2026.1.15#10

Merged
N6REJ merged 1 commit intomainfrom
update-releases-2026.1.15
Jan 16, 2026
Merged

Update releases.properties from release 2026.1.15#10
N6REJ merged 1 commit intomainfrom
update-releases-2026.1.15

Conversation

@N6REJ
Copy link
Contributor

@N6REJ N6REJ commented Jan 16, 2026

User description

🤖 Automated Releases Properties Update

This PR updates the releases.properties file with new versions from release 2026.1.15.

Changes:

  • Extracted .7z assets from the release
  • Added version entries with download URLs
  • Maintained semver ordering (newest first)

Release URL: https://github.com/Bearsampp/module-perl/releases/tag/2026.1.15

Next Steps:

  1. ⏳ Link validation will run automatically
  2. ✅ Once validation passes, this PR will auto-merge
  3. ❌ If validation fails, please review and fix invalid URLs

PR Type

Enhancement


Description

  • Add Perl 5.42.0.1 version from release 2026.1.15

  • Reorder version entries by semver (newest first)

  • Update download URLs to match latest release


Diagram Walkthrough

flowchart LR
  A["Release 2026.1.15"] -- "Extract Perl 5.42.0.1" --> B["Update releases.properties"]
  B -- "Add new version" --> C["5.42.0.1 entry"]
  B -- "Reorder by semver" --> D["Newest first ordering"]
Loading

File Walkthrough

Relevant files
Enhancement
releases.properties
Add Perl 5.42.0.1 and reorder versions                                     

releases.properties

  • Added new Perl version 5.42.0.1 from release 2026.1.15
  • Reordered version entries in semver descending order
  • Updated download URLs to point to correct release tags
  • Maintained all existing version entries with proper formatting
+3/-2     

Auto-generated from release 2026.1.15
@N6REJ N6REJ merged commit 48ca4d8 into main Jan 16, 2026
5 checks passed
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Supply chain integrity

Description: The new entries add/maintain remote binary download URLs (e.g., a .7z asset from GitHub
Releases) without any accompanying integrity mechanism (checksum/signature), which can
enable a supply-chain compromise if the referenced release asset/tag is ever replaced or a
malicious artifact is uploaded under the same naming scheme.
releases.properties [1-4]

Referred Code
5.42.0.1 = https://github.com/Bearsampp/module-perl/releases/download/2026.1.15/bearsampp-perl-5.42.0.1-2026.1.15.7z
5.40.0 = https://github.com/Bearsampp/module-perl/releases/download/2025.4.26/bearsampp-perl-5.40.0-2025.4.26.7z
5.38.2.2 = https://github.com/Bearsampp/module-perl/releases/download/2024.4.14/bearsampp-perl-5.38.2.2-2024.04.14.7z
5.32.1.1 = https://github.com/Bearsampp/module-perl/releases/download/5.32.1.1/bearsampp-perl-5.32.1.1-2022.07.15.7z
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
Possible issue
Correct inconsistent date format in URL

Correct the inconsistent date format in the URL for version 5.38.2.2. Change the
date in the filename from 2024.04.14 to 2024.4.14 to match the release tag and
align with the format of other recent releases.

releases.properties [3]

-5.38.2.2 = https://github.com/Bearsampp/module-perl/releases/download/2024.4.14/bearsampp-perl-5.38.2.2-2024.04.14.7z
+5.38.2.2 = https://github.com/Bearsampp/module-perl/releases/download/2024.4.14/bearsampp-perl-5.38.2.2-2024.4.14.7z
  • Apply / Chat
Suggestion importance[1-10]: 8

__

Why: The suggestion correctly identifies an inconsistent date format in the URL for version 5.38.2.2 which could lead to a broken download link, making this a valuable correction for functionality.

Medium
  • More

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.

1 participant