Skip to content

Update releases.properties from release 2025.11.23#28

Merged
N6REJ merged 1 commit intomainfrom
update-releases-2025.11.23
Dec 15, 2025
Merged

Update releases.properties from release 2025.11.23#28
N6REJ merged 1 commit intomainfrom
update-releases-2025.11.23

Conversation

@N6REJ
Copy link
Copy Markdown
Collaborator

@N6REJ N6REJ commented Dec 15, 2025

User description

🤖 Automated Releases Properties Update

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

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-nodejs/releases/tag/2025.11.23

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

  • Added three new Node.js versions from 2025.11.23 release

  • Reordered entries by semantic version (newest first)

  • Updated download URLs to latest release artifacts


Diagram Walkthrough

flowchart LR
  A["2025.11.23 Release"] -->|"Extract .7z assets"| B["New Versions"]
  B -->|"25.2.1, 24.11.1, 22.21.1, 20.19.5"| C["releases.properties"]
  C -->|"Reorder by semver"| D["Newest First"]
Loading

File Walkthrough

Relevant files
Configuration changes
releases.properties
Add new Node.js versions and reorder by semver                     

releases.properties

  • Added 4 new Node.js version entries from 2025.11.23 release (25.2.1,
    24.11.1, 22.21.1, 20.19.5)
  • Reorganized all entries in descending semantic version order
  • Updated download URLs to point to 2025.11.23 release artifacts for new
    versions
  • Maintained existing version entries with their original download URLs
+35/-31 

Auto-generated from release 2025.11.23
@N6REJ N6REJ force-pushed the update-releases-2025.11.23 branch from 3dd4cf2 to c0051bf Compare December 15, 2025 16:36
@N6REJ N6REJ merged commit c600e7e into main Dec 15, 2025
3 checks passed
@qodo-code-review
Copy link
Copy Markdown
Contributor

qodo-code-review Bot commented Dec 15, 2025

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Supply-chain integrity

Description: The PR adds/updates direct download URLs for Node.js binary archives without any
accompanying integrity mechanism (e.g., pinned checksums/signatures), which can enable a
supply-chain compromise if a referenced release asset is replaced or if a future process
consumes these URLs without verification.
releases.properties [1-36]

Referred Code
25.2.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-25.2.1-2025.11.23.7z
24.11.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-24.11.1-2025.11.23.7z
24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-24.6.0-2025.11.23.7z
24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z
23.7.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.2.11/bearsampp-nodejs-23.7.0-2025.2.11.7z
23.6.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.1.23/bearsampp-nodejs-23.6.1-2025.1.23.7z
23.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.12.1/bearsampp-nodejs-23.3.0-2024.12.1.7z
23.1.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-23.1.0-2024.11.1.7z
22.21.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-22.21.1-2025.11.23.7z
22.18.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-22.18.0-2025.8.21.7z
22.17.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-22.17.0-2025.7.2.7z
22.14.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-22.14.0-2025.3.2.7z
22.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-22.11.0-2024.11.1.7z
22.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.9.13/bearsampp-nodejs-22.8.0-2024.9.13.7z
22.5.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.7.28/bearsampp-nodejs-22.5.1-2024.7.28.7z
21.7.3 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.4.11/bearsampp-nodejs-21.7.3-2024.4.11.7z
20.19.5 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-20.19.5-2025.11.23.7z
20.17.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.9.13/bearsampp-nodejs-20.17.0-2024.9.13.7z


 ... (clipped 15 lines)
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:
URL consistency check: The entry 23.11.0 points to a 2025.4.19 download path but the asset filename ends with
-2025.3.2.7z, which may indicate an incorrect external URL that should be validated.

Referred Code
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z

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

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

@qodo-code-review
Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

URL Mismatch

One entry points to a release tag whose asset filename suffix appears to reference a different release date, which may indicate a broken download link or incorrectly named artifact. Confirm the asset exists under the referenced tag and that the filename matches the intended release.

23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z
Consistency

Multiple URLs use one release tag date in the path but a different date in the artifact filename, which is easy to get wrong and can lead to 404s. Consider verifying these links (or aligning naming) to ensure the properties file is consistently generated.

18.10.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.28/bearsampp-nodejs-18.10.0-2022.09.24.7z
18.9.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.24/bearsampp-nodejs-18.9.1-2022.09.24.7z
18.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.24/bearsampp-nodejs-18.8.0-2022.09.24.7z
18.6 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.24/bearsampp-nodejs-18.6-2022.09.24.7z
18.4 = https://github.com/Bearsampp/module-nodejs/releases/download/18.4/bearsampp-nodejs-18.4-2022.07.15.7z
16.20 = https://github.com/Bearsampp/module-nodejs/releases/download/2023.7.23/bearsampp-nodejs-16.20-2023.7.23.7z
16.17.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.28/bearsampp-nodejs-16.17.1-2022.09.24.7z
Ordering

New entries should preserve strict descending semantic-version ordering within each major line; verify that all inserted versions are correctly placed relative to nearby versions to avoid unexpected selection behavior in consumers that assume sorted input.

25.2.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-25.2.1-2025.11.23.7z
24.11.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-24.11.1-2025.11.23.7z
24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-24.6.0-2025.8.21.7z
24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z
23.7.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.2.11/bearsampp-nodejs-23.7.0-2025.2.11.7z
23.6.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.1.23/bearsampp-nodejs-23.6.1-2025.1.23.7z
23.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.12.1/bearsampp-nodejs-23.3.0-2024.12.1.7z
23.1.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-23.1.0-2024.11.1.7z
22.21.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-22.21.1-2025.11.23.7z
22.18.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-22.18.0-2025.8.21.7z
22.17.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-22.17.0-2025.7.2.7z
22.14.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-22.14.0-2025.3.2.7z
22.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-22.11.0-2024.11.1.7z
22.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.9.13/bearsampp-nodejs-22.8.0-2024.9.13.7z
22.5.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.7.28/bearsampp-nodejs-22.5.1-2024.7.28.7z
21.7.3 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.4.11/bearsampp-nodejs-21.7.3-2024.4.11.7z
20.19.5 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-20.19.5-2025.11.23.7z
20.17.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.9.13/bearsampp-nodejs-20.17.0-2024.9.13.7z
20.16.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.7.28/bearsampp-nodejs-20.16.0-2024.7.28.7z
20.12.2 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.4.11/bearsampp-nodejs-20.12.2-2024.4.11.7z
20.5 = https://github.com/Bearsampp/module-nodejs/releases/download/2023.7.23/bearsampp-nodejs-20.5-2023.7.23.7z

@qodo-code-review
Copy link
Copy Markdown
Contributor

qodo-code-review Bot commented Dec 15, 2025

PR Code Suggestions ✨

Latest suggestions up to c0051bf

CategorySuggestion                                                                                                                                    Impact
Possible issue
Align release tag and asset name

Align the date in the asset filename with the release tag in the URL for version
23.11.0 to prevent a potential 404 error.

releases.properties [6]

-23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
+23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.4.19.7z
  • Apply / Chat
Suggestion importance[1-10]: 9

__

Why: The suggestion correctly identifies a mismatch between the release tag and the asset filename in the URL, which would likely lead to a broken download link, causing a critical failure.

High
Fix broken URL asset reference

Align the date in the asset filename with the release tag in the URL for version
18.10.0 to fix a likely broken download link.

releases.properties [30]

-18.10.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.28/bearsampp-nodejs-18.10.0-2022.09.24.7z
+18.10.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2022.09.28/bearsampp-nodejs-18.10.0-2022.09.28.7z
  • Apply / Chat
Suggestion importance[1-10]: 9

__

Why: The suggestion correctly identifies an inconsistent date between the release tag and the asset filename in the URL, which would likely result in a 404 error, making it a critical bug fix.

High
  • More

Previous suggestions

Suggestions up to commit 3dd4cf2
CategorySuggestion                                                                                                                                    Impact
High-level
Dynamically fetch releases via API

Replace the static releases.properties file with a dynamic mechanism to fetch
release data from the GitHub API. This would occur at runtime or build time,
removing the need for automated update PRs.

Examples:

releases.properties [1-36]
25.2.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-25.2.1-2025.11.23.7z
24.11.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-24.11.1-2025.11.23.7z
24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.11.23/bearsampp-nodejs-24.6.0-2025.11.23.7z
24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z
23.7.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.2.11/bearsampp-nodejs-23.7.0-2025.2.11.7z
23.6.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.1.23/bearsampp-nodejs-23.6.1-2025.1.23.7z
23.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.12.1/bearsampp-nodejs-23.3.0-2024.12.1.7z

 ... (clipped 26 lines)

Solution Walkthrough:

Before:

# Process:
# 1. A bot creates a PR to update releases.properties.
# 2. The PR is validated and merged.

# Application logic (simplified):
function get_all_releases():
    # Reads a static file from the repository
    properties = read_file('releases.properties')
    return parse_properties(properties)

function get_release_url(version):
    releases = get_all_releases()
    return releases.get(version)

After:

# Process:
# (No bot or PRs needed for updates)

# Application logic (simplified):
function get_all_releases():
    # Fetches live data from the GitHub API
    # Can be cached to improve performance and avoid rate limits
    api_url = "https://api.github.com/repos/Bearsampp/module-nodejs/releases"
    response = http_get(api_url)
    releases = parse_releases_from_api(response)
    return releases

function get_release_url(version):
    releases = get_all_releases()
    return releases.get(version)
Suggestion importance[1-10]: 9

__

Why: This is a high-impact architectural suggestion that correctly identifies a maintenance overhead and proposes a robust, automated alternative which would eliminate the need for such PRs entirely.

High
Possible issue
Fix incorrect date in URL

In the download URL for version 23.11.0, the date in the filename (2025.3.2)
does not match the release tag date (2025.4.19). Correct the filename date to
prevent a broken link.

releases.properties [6]

-+23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
+23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.4.19.7z
Suggestion importance[1-10]: 8

__

Why: The suggestion correctly identifies a date mismatch in the URL for version 23.11.0, which would likely cause a "Not Found" error, making it a functional bug.

Medium

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