| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR adds support for treating "not found in registry" errors from the CodeQL CLI as configuration errors rather than generic failures. This enables better error handling and categorization when CodeQL packs cannot be found in registries.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/cli-errors.ts | Adds NotFoundInRegistry enum value and regex pattern for CLI error classification |
| lib/cli-errors.js | Generated JavaScript equivalent of the TypeScript changes |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This extends the classification of CLI errors with a case for missing pack errors, so that they get classed as configuration errors.
Merge / deployment checklist