Skip to content

[dotnet][rb][java][js][py] Automated Browser Version Update #15990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jul 3, 2025

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

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Jul 3, 2025
Copy link
Contributor

qodo-merge-pro bot commented Jul 3, 2025

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns

Checksum verification:
The updated SHA256 checksums should be independently verified against the actual Firefox 141.0b5 downloads from Mozilla's official servers. Using incorrect checksums could allow malicious files to be downloaded and used in the build process, potentially compromising the entire build system.

⚡ Recommended focus areas for review

SHA256 Verification

The SHA256 checksums for both Linux and macOS Firefox builds have been updated but should be independently verified to ensure they match the actual downloaded files from Mozilla's servers to prevent potential security issues.

        sha256 = "4ec09ae2ec30059da53aed013f530a0b759f2a3e902719b9523b63713b394826",
        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(
        name = "mac_beta_firefox",
        url = "https://ftp.mozilla.org/pub/firefox/releases/141.0b5/mac/en-US/Firefox%20141.0b5.dmg",
        sha256 = "5d591dc441bcf821cdeca94523c4b521173ca02ae9b7c14e291cea49bfd637d0",

Copy link
Contributor

qodo-merge-pro bot commented Jul 3, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from ed31e43 to 20716d7 Compare July 4, 2025 00:42
@diemol diemol merged commit 3593e97 into trunk Jul 4, 2025
32 checks passed
@diemol diemol deleted the pinned-browser-updates branch July 4, 2025 22:02
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 Possible security concern Review effort 2/5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants