| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Removes the now-unneeded feature flag and init-time override that forced Python standard library extraction on GHES, aligning the Action’s behavior with the CodeQL CLI default (stdlib models instead of extraction) and documenting the change.
Changes:
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| src/tools-features.ts | Drops the tools feature enum entry used to gate the previous Python stdlib extraction override. |
| src/init-action.ts | Removes the Python stdlib extraction override/export logic from init. |
| src/feature-flags.ts | Removes the corresponding feature flag enum value and featureConfig entry. |
| CHANGELOG.md | Documents that Python analysis on GHES no longer extracts the standard library (uses models instead). |
| lib/init-action.js | Generated output reflecting removal of the override logic and feature config. |
| lib/init-action-post.js | Generated output reflecting removal of the feature config entry. |
| lib/analyze-action.js | Generated output reflecting removal of the feature config entry. |
| lib/analyze-action-post.js | Generated output reflecting removal of the feature config entry. |
| lib/autobuild-action.js | Generated output reflecting removal of the feature config entry. |
| lib/setup-codeql-action.js | Generated output reflecting removal of the feature config entry. |
| lib/resolve-environment-action.js | Generated output reflecting removal of the feature config entry. |
| lib/start-proxy-action.js | Generated output reflecting removal of the feature config entry. |
| lib/start-proxy-action-post.js | Generated output reflecting removal of the feature config entry. |
| lib/upload-lib.js | Generated output reflecting removal of the feature config entry. |
| lib/upload-sarif-action.js | Generated output reflecting removal of the feature config entry. |
| lib/upload-sarif-action-post.js | Generated output reflecting removal of the feature config entry. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This has been the CLI default for some time now that Python analysis contains models of the standard library. However due to the default value of the feature flag we have been manually enabling standard library extraction on GHES.
This PR cleans up that feature and removes the override logic.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
If there's a subtle bug here, we'd realistically probably only catch it in the release QA process.
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist