Skip to content

Update ngrok properties from release Ngrok-2026.1.15#51

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

Update ngrok properties from release Ngrok-2026.1.15#51
N6REJ merged 1 commit intomainfrom
update-ngrok-Ngrok-2026.1.15

Conversation

@N6REJ
Copy link
Collaborator

@N6REJ N6REJ commented Jan 16, 2026

User description

🤖 Automated Module Properties Update

This PR updates the ngrok.properties file with new versions from release Ngrok-2026.1.15.

Changes:

  • Extracted assets starting with ngrok (.7z, .exe, or .zip files)
  • Added version entries with download URLs
  • Maintained semver ordering (newest first)

Release URL: https://github.com/Bearsampp/modules-untouched/releases/tag/Ngrok-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

  • Updates ngrok module to version 3.35.0 from release Ngrok-2026.1.15

  • Adds new ngrok asset with .zip file format for Windows

  • Reorders version entries by semantic versioning (newest first)

  • Maintains backward compatibility with existing versions


Diagram Walkthrough

flowchart LR
  A["ngrok.properties"] -->|"Add v3.35.0"| B["New version entry"]
  A -->|"Reorder versions"| C["Semver ordering"]
  A -->|"Update asset"| D["Windows .zip file"]
Loading

File Walkthrough

Relevant files
Configuration changes
module_name.txt
Update module context identifier                                                 

module_name.txt

  • Updates module context from memcached to ngrok
+1/-1     
Enhancement
ngrok.properties
Add ngrok v3.35.0 and reorder versions                                     

modules/ngrok.properties

  • Adds new version 3.35.0 with .zip asset from Ngrok-2026.1.15 release
  • Reorders all version entries in descending semver order
  • Maintains existing versions 3.25.0, 3.19.1, and 3
  • Updates download URL to use new release tag
+3/-2     

Auto-generated from release Ngrok-2026.1.15
@N6REJ N6REJ merged commit 398e5d7 into main Jan 16, 2026
3 checks passed
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Unpinned binary download

Description: The new/updated ngrok download entries point to remote binaries (e.g., a .zip and .exe
from GitHub Releases) without any accompanying checksum/signature pinning, which can
enable supply-chain compromise if the release asset is replaced or the download source is
otherwise tampered with.
ngrok.properties [1-4]

Referred Code
3.35.0 = https://github.com/Bearsampp/modules-untouched/releases/download/Ngrok-2026.1.15/ngrok-v3-stable-windows-amd64.zip
3.25.0 = https://github.com/Bearsampp/modules-untouched/releases/download/ngrok-2025.7.31/ngrok.exe
3.19.1 = https://github.com/Bearsampp/modules-untouched/releases/download/ngrok-2025.2.16/ngrok.exe
3 = https://github.com/Bearsampp/modules-untouched/releases/download/ngrok-3/ngrok.exe
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
Ensure asset type change is handled

The URL for version 3.35.0 points to a .zip file, unlike other versions which
point to .exe files. Ensure the consuming code can handle .zip archives to
prevent download or installation failures.

modules/ngrok.properties [1]

-3.35.0 = https://github.com/Bearsampp/modules-untouched/releases/download/Ngrok-2026.1.15/ngrok-v3-stable-windows-amd64.zip
+# TODO: The URL for 3.35.0 is a .zip archive. The consuming code must be updated to handle it.
+# 3.35.0 = https://github.com/Bearsampp/modules-untouched/releases/download/Ngrok-2026.1.15/ngrok-v3-stable-windows-amd64.zip
  • Apply / Chat
Suggestion importance[1-10]: 9

__

Why: This suggestion correctly identifies a critical inconsistency in asset types (.zip vs .exe) that will likely break the module's functionality if the consuming code cannot handle archives.

High
  • 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