| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit updates the diff-range data extension to use the new checkPresence field being introduced in CodeQL CLI 2.21.0, so that diff-informed analysis no longer fails when a query pack does not have the restrictAlertsTo extensible predicate.
There was a problem hiding this comment.
This PR updates the diff-range data extension to support the new checkPresence field from CodeQL CLI 2.21.0, ensuring that diff-informed analysis works correctly when a query pack lacks the restrictAlertsTo extensible predicate.
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/feature-flags.ts | Updated minimumVersion to "2.21.0" for DiffInformedQueries feature. |
| src/analyze.ts | Added checkPresence: false for the query pack extensions. |
| lib/feature-flags.js | Updated minimumVersion to "2.21.0" for DiffInformedQueries feature. |
| lib/analyze.js | Added checkPresence: false for the query pack extensions. |
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR updates the diff-range data extension to use the new checkPresence field being introduced in CodeQL CLI 2.21.0, so that diff-informed analysis no longer fails when a query pack does not have the restrictAlertsTo extensible predicate.
Merge / deployment checklist