| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
Mergeback v3.28.14 refs/heads/releases/v3 into main
Raise the file limit for debug artifacts by producing zip64 files where necessary
Set checkPresence in diff-range data extension
There was a problem hiding this comment.
This PR merges the latest changes from main into the releases/v3 branch, updating configuration values, replacing the zip creation library, and adding a new flag to the analyze extension. Key changes include:
Copilot reviewed 43 out of 44 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| src/feature-flags.ts | Updated minimum version value and removed the toolsFeature property. |
| src/debug-artifacts.ts | Switched from AdmZip to archiver for zip compression and added error events. |
| src/analyze.ts | Added a new checkPresence flag in the extension configuration. |
| lib/feature-flags.js | Mirror update to feature flags similar to src/feature-flags.ts. |
| lib/debug-artifacts.js | Mirror switch to archiver for debug artifact bundling. |
| lib/analyze.js | Mirror update to include the checkPresence flag. |
| CHANGELOG.md | Added release notes for version 3.28.15. |
src/feature-flags.ts:114
toolsFeature: ToolsFeature.DatabaseInterpretResultsSupportsSarifRunProperty,
lib/feature-flags.js:98
toolsFeature: tools_features_1.ToolsFeature.DatabaseInterpretResultsSupportsSarifRunProperty,
src/debug-artifacts.ts:347
const output = fs.createWriteStream(databaseBundlePath);
lib/debug-artifacts.js:253
const output = fs.createWriteStream(databaseBundlePath);
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Merging a35ae8c into releases/v3.
Conductor for this PR is @aeisenberg.
Contains the following pull requests:
Please do the following: