Skip to content

Update mariadb properties from release mariadb-2025.11.22#43

Merged
N6REJ merged 1 commit intomainfrom
update-mariadb-mariadb-2025.11.22
Jan 11, 2026
Merged

Update mariadb properties from release mariadb-2025.11.22#43
N6REJ merged 1 commit intomainfrom
update-mariadb-mariadb-2025.11.22

Conversation

@N6REJ
Copy link
Collaborator

@N6REJ N6REJ commented Jan 11, 2026

User description

🤖 Automated Module Properties Update

This PR updates the mariadb.properties file with new versions from release mariadb-2025.11.22.

Changes:

  • Extracted assets starting with mariadb (.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/mariadb-2025.11.22

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 MariaDB 11.8.5 version to properties file

  • Remove outdated 12.1.2 version entry

  • Maintain semver ordering with newest versions first


Diagram Walkthrough

flowchart LR
  A["mariadb.properties"] -- "Remove 12.1.2" --> B["Updated versions"]
  A -- "Add 11.8.5" --> B
  B -- "Maintain semver order" --> C["Release mariadb-2025.11.22"]
Loading

File Walkthrough

Relevant files
Configuration changes
mariadb.properties
Update MariaDB versions in properties file                             

modules/mariadb.properties

  • Removed version 12.1.2 entry from release mariadb-2025.11.22
  • Added version 11.8.5 entry from release mariadb-2025.11.22
  • Maintained semver ordering with newest versions listed first
+1/-1     

Auto-generated from release mariadb-2025.11.22
@N6REJ N6REJ merged commit 6e3ce90 into main Jan 11, 2026
4 checks passed
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
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 validation gap: The newly added external download URL should be verified/validated (including correct
release-tag casing in the URL path) to ensure the dependency reference is accurate and not
a broken/mistyped input.

Referred Code
11.8.5 = https://github.com/Bearsampp/modules-untouched/releases/download/mariadb-2025.11.22/mariadb-11.8.5-winx64.zip
11.8.3 = https://github.com/Bearsampp/modules-untouched/releases/download/Mariadb-2025.8.21/mariadb-11.8.3-winx64.zip

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
General
Update URL to use latest release

Verify if the URL for version 12.0.2 should be updated to use the newer
mariadb-2025.11.22 release tag for consistency and to ensure the latest build is
used.

modules/mariadb.properties [1-2]

-12.0.2 = https://github.com/Bearsampp/modules-untouched/releases/download/Mariadb-2025.8.21/mariadb-12.0.2-winx64.zip
+12.0.2 = https://github.com/Bearsampp/modules-untouched/releases/download/mariadb-2025.11.22/mariadb-12.0.2-winx64.zip
 +11.8.5 = https://github.com/Bearsampp/modules-untouched/releases/download/mariadb-2025.11.22/mariadb-11.8.5-winx64.zip
  • Apply / Chat
Suggestion importance[1-10]: 7

__

Why: This is a valid suggestion that asks the author to verify if an older version (12.0.2) should also be updated to use the new release tag, which could ensure the latest build is being used and improve consistency.

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