fix: CI fails due to security, bump package with CVE#2254
Merged
Conversation
Contributor
There was a problem hiding this comment.
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 bothsrc/andtests/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 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 |
e772088 to
83cccc6
Compare
maximilien-noal
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.