Skip to content

fix: refresh mcp runtime openssl packages#1703

Merged
xsscx merged 6 commits into
masterfrom
ci-qa-pr-icc-mcp
Jul 8, 2026
Merged

fix: refresh mcp runtime openssl packages#1703
xsscx merged 6 commits into
masterfrom
ci-qa-pr-icc-mcp

Conversation

@xsscx

@xsscx xsscx commented Jul 8, 2026

Copy link
Copy Markdown
Member

PR Summary

#1702

  • Refreshes the MCP runtime OpenSSL packages with a fail-closed minimum-version guard.
  • Adds .github/workflows/copilot-setup-steps.yml so Copilot coding agent sessions preinstall iccDEV build, Python, MCP, and shell-validation prerequisites.

Checklist

  • Signed all Commits in PR
  • Built locally according to docs/build.md
  • Followed the guidelines in Contributing document
  • Ran relevant CTest/profile tests from docs/ctest.md
  • Updated documentation for user-visible behavior changes
  • Ran sanitizer coverage for memory-safety or parser changes
  • Added or updated regression coverage for behavior changes
  • For Python package changes, followed docs/python-packaging-release.md for PR and merge requirements
  • Did not change maintainer-owned workflow, CTest, CPack, sanitizer, release, or security infrastructure unless requested by an iccDEV maintainer
  • New source files include the ICC copyright and BSD 3-Clause license header
  • Code style matches nearby code: 2-space indent, K&R braces, m_ members

Legal Requirements

All official software projects hosted by the International Color Consoritum (ICC)
follows the open source software best practice policies. The International Color Consoritum IP policy governs ICC specification development and contributions to ICC open source software. Software contributions are also covered by the Contributor License Agreement (CLA).

Contributor License Agreements

Developers who wish to contribute code to be considered for inclusion
in ICC software must first complete a Contributor License Agreement
(CLA)
.

There is no cost or membership requirement to sign the ICC Contributor License Agreement (CLA). Please note that this is different from membership in the International Color Consortium (ICC). If your organization relies on our projects, please become a member. Membership dues are an essential source of funding and investment for these projects.

  • If you are an individual writing the code on your own time and you are SURE you are the sole owner of any intellectual property you contribute, you can sign the CLA as an individual contributor.

  • If you are writing the code as part of your job, or if there is any possibility that your employer might think they own any intellectual property you create, then you should use the Corporate Contributor Licence Agreement

License

ICC software is licensed under the BSD 3-Clause "New" or "Revised" License. Contributions to ICC software projects should abide by that license unless otherwised specified or approved by the ICC.

Copyright Notices

All new source files must begin with the ICC Copyright notice and include or reference the BSD 3-Clause "New" or "Revised" License.

INTELLECTUAL PROPERTY & PATENTS

Participation in ICC's development activities is subject to ICC's Patent Policy.

Maintainer Review Required

If you have questions, contact a listed Maintainer.

Copilot AI review requested due to automatic review settings July 8, 2026 17:12
@xsscx xsscx requested a review from ChrisCoxArt as a code owner July 8, 2026 17:12
@xsscx xsscx enabled auto-merge (squash) July 8, 2026 17:12
@github-actions github-actions Bot added the pending CI checks still running label Jul 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MCP runtime container image build to address the OpenSSL CVE reported in issue #1702 by ensuring patched OpenSSL runtime components are installed.

Changes:

  • Pins libssl3t64 to 3.5.5-1ubuntu3.2 in the runtime image.
  • Pins openssl-provider-legacy to 3.5.5-1ubuntu3.2 in the runtime image.

Comment thread Dockerfile.mcp Outdated
@xsscx xsscx disabled auto-merge July 8, 2026 17:18
Copilot AI review requested due to automatic review settings July 8, 2026 17:23
@xsscx xsscx requested review from dwtza and maxderhak as code owners July 8, 2026 17:23
@github-actions github-actions Bot added Configuration Repository, CMake, YAML, JSON, or tool configuration ci Continuous integration workflow changes github-actions GitHub Actions workflow or action configuration labels Jul 8, 2026
@xsscx xsscx added the Copilot Copilot use indicated by Maintainer label Jul 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Comment thread .github/workflows/copilot-setup-steps.yml
Comment thread Dockerfile.mcp
@github-actions github-actions Bot added failed One or more CI checks failed and removed pending CI checks still running labels Jul 8, 2026
@xsscx xsscx enabled auto-merge (squash) July 8, 2026 17:29
Copilot AI review requested due to automatic review settings July 8, 2026 17:29
@github-actions github-actions Bot added pending CI checks still running and removed failed One or more CI checks failed labels Jul 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Copilot AI review requested due to automatic review settings July 8, 2026 17:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/copilot-setup-steps.yml
@xsscx xsscx disabled auto-merge July 8, 2026 17:42
Copilot AI review requested due to automatic review settings July 8, 2026 17:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/copilot-setup-steps.yml
Copilot AI review requested due to automatic review settings July 8, 2026 18:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@xsscx xsscx enabled auto-merge (squash) July 8, 2026 18:44
@xsscx xsscx merged commit d55a005 into master Jul 8, 2026
40 checks passed
@xsscx xsscx deleted the ci-qa-pr-icc-mcp branch July 8, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous integration workflow changes Configuration Repository, CMake, YAML, JSON, or tool configuration Copilot Copilot use indicated by Maintainer github-actions GitHub Actions workflow or action configuration pending CI checks still running

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Report: Build error: openssl: Heap Use-After-Free in OpenSSL PKCS7_verify()

2 participants