Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Nov 25, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Enhancement


Description

  • Update Firefox beta version from 146.0b6 to 146.0b7

  • Update Linux beta Firefox binary URL and SHA256 hash

  • Update macOS beta Firefox binary URL and SHA256 hash


Diagram Walkthrough

flowchart LR
  A["Firefox 146.0b6"] -- "version bump" --> B["Firefox 146.0b7"]
  B -- "update URLs" --> C["Linux & macOS binaries"]
  C -- "update hashes" --> D["SHA256 checksums"]
Loading

File Walkthrough

Relevant files
Configuration changes
repositories.bzl
Update Firefox beta version and binary hashes                       

common/repositories.bzl

  • Updated Linux beta Firefox URL from 146.0b6 to 146.0b7
  • Updated Linux beta Firefox SHA256 hash
  • Updated macOS beta Firefox URL from 146.0b6 to 146.0b7
  • Updated macOS beta Firefox SHA256 hash
+4/-4     

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Nov 25, 2025
@qodo-merge-pro
Copy link
Contributor

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: 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: 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: Comprehensive Audit Trails

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

Status:
Not Applicable: The PR only updates external artifact URLs and hashes; no critical actions or logging
behavior are introduced, so audit trail compliance cannot be evaluated from the added
lines.

Referred Code
        url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b7/linux-x86_64/en-US/firefox-146.0b7.tar.xz",
        sha256 = "68120bcdc0397fe1cc64e812e3f7acce402d697574659e4dafc6757bb4ebc542",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "files",
    srcs = glob(["**/*"]),
)

exports_files(["firefox/firefox"])

js_library(
    name = "firefox-js",
    data = [":files"],
)
""",
    )

    dmg_archive(


 ... (clipped 3 lines)

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:
No Error Paths: The changes only bump URLs and SHA256 values in Bazel archive rules without introducing
code paths where error handling could be assessed.

Referred Code
        url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b7/linux-x86_64/en-US/firefox-146.0b7.tar.xz",
        sha256 = "68120bcdc0397fe1cc64e812e3f7acce402d697574659e4dafc6757bb4ebc542",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "files",
    srcs = glob(["**/*"]),
)

exports_files(["firefox/firefox"])

js_library(
    name = "firefox-js",
    data = [":files"],
)
""",
    )

    dmg_archive(


 ... (clipped 3 lines)

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:
No User Errors: The diff contains only repository URL and hash updates; there are no user-facing error
messages to evaluate for sensitive information leakage.

Referred Code
        url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b7/linux-x86_64/en-US/firefox-146.0b7.tar.xz",
        sha256 = "68120bcdc0397fe1cc64e812e3f7acce402d697574659e4dafc6757bb4ebc542",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "files",
    srcs = glob(["**/*"]),
)

exports_files(["firefox/firefox"])

js_library(
    name = "firefox-js",
    data = [":files"],
)
""",
    )

    dmg_archive(


 ... (clipped 3 lines)

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:
External Input: The change updates external download URLs and hashes, but no input validation or handling
logic is present in the diff to assess validation or security controls.

Referred Code
        url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b7/linux-x86_64/en-US/firefox-146.0b7.tar.xz",
        sha256 = "68120bcdc0397fe1cc64e812e3f7acce402d697574659e4dafc6757bb4ebc542",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "files",
    srcs = glob(["**/*"]),
)

exports_files(["firefox/firefox"])

js_library(
    name = "firefox-js",
    data = [":files"],
)
""",
    )

    dmg_archive(


 ... (clipped 3 lines)

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-merge-pro
Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@navin772 navin772 merged commit 53c73b9 into trunk Nov 25, 2025
17 checks passed
@navin772 navin772 deleted the pinned-browser-updates branch November 25, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants