Skip to content

fix: CI fails due to security, bump package with CVE#2254

Merged
maximilien-noal merged 1 commit into
masterfrom
bugfix/security
Jul 3, 2026
Merged

fix: CI fails due to security, bump package with CVE#2254
maximilien-noal merged 1 commit into
masterfrom
bugfix/security

Conversation

@kevinferrare

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2026 07:31

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

This PR pins Microsoft.OpenApi to version 2.7.5 via central package management (likely to address a security scanner/CVE finding) and adds several long-form planning/review documents related to speculative CFG exploration and a future value-prediction/static-analysis layer over CfgCpu.

Changes:

  • Add a centrally managed version for Microsoft.OpenApi (2.7.5) in both src/ and tests/ package version files (with transitive pinning enabled).
  • Add a design/constraints plan for a reusable static-analysis/value-prediction layer.
  • Add documentation capturing a gradual plan to enable speculative CFG exploration by default in tests, plus an archived review write-up of the speculative execution feature.

Reviewed changes

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

Show a summary per file
File Description
VALUE_PREDICTION_ANALYSIS_LAYER_PLAN.md New design document for a future analysis/value-prediction layer over the CFG AST.
SPECULATIVE_CFG_ENABLEMENT_PLAN.md New plan document for gradually enabling speculative CFG exploration in tests and managing golden regen impact.
.ai/review/pr-review-feature-speculative_execution.md New archived review document capturing prior findings and risks for speculative discovery.
tests/Directory.Packages.props Pins Microsoft.OpenApi to 2.7.5 for test restore graph (central + transitive pinning enabled).
src/Directory.Packages.props Pins Microsoft.OpenApi to 2.7.5 for product restore graph (central + transitive pinning enabled).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread VALUE_PREDICTION_ANALYSIS_LAYER_PLAN.md Outdated
Comment on lines +1 to +3
# Plan: reusable static-analysis layer (value prediction now, SSA later)

This document is a design/constraints handoff. It captures the decisions and safety constraints
@maximilien-noal maximilien-noal merged commit 4a4d5e8 into master Jul 3, 2026
5 checks passed
@maximilien-noal maximilien-noal deleted the bugfix/security branch July 3, 2026 19:05
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.

3 participants