-
Notifications
You must be signed in to change notification settings - Fork 2
[UPDATE PRIMITIVE] Accept singular file argument in codeql_bqrs_decode
#303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
4
commits into
main
Choose a base branch
from
copilot/fix-codeql-bqrs-decode-file-argument
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b445647
Initial plan
Copilot b67cfa6
Accept singular `file` arg for codeql_bqrs_decode; add tests
Copilot c20f25b
Merge branch 'main' into copilot/fix-codeql-bqrs-decode-file-argument
data-douser 9d62125
Treat whitespace-only BQRS paths as missing; link PR in changelog
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
21 changes: 21 additions & 0 deletions
21
...ration-tests/primitives/tools/codeql_bqrs_decode/decode_singular_file/README.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # `codeql_bqrs_decode` - decode_singular_file | ||
|
|
||
| ## Purpose | ||
|
|
||
| Regression test for [#302](https://github.com/advanced-security/codeql-development-mcp-server/issues/302): | ||
| the `codeql_bqrs_decode` tool must accept a singular `file` (string) argument, | ||
| not only the plural `files` (array) form. Automated/LLM clients naturally try | ||
| `file` first, and it previously failed schema validation with | ||
| `must have required property 'files'`. | ||
|
|
||
| This test invokes `codeql_bqrs_decode` with a singular `file` argument and | ||
| verifies that the BQRS file is decoded successfully. | ||
|
|
||
| ## Inputs | ||
|
|
||
| - `before/results.bqrs` β BQRS file with a `#select` result set. | ||
| - `test-config.json` β Specifies the singular `file`, `format`, and `no-titles` arguments. | ||
|
|
||
| ## Outputs | ||
|
|
||
| - Tool returns decoded CSV output for the BQRS file without column headers. |
14 changes: 14 additions & 0 deletions
14
...ests/primitives/tools/codeql_bqrs_decode/decode_singular_file/after/monitoring-state.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "sessions": [ | ||
| { | ||
| "id": "integration_test_session", | ||
| "calls": [ | ||
| { | ||
| "tool": "codeql_bqrs_decode", | ||
| "timestamp": "2025-09-25T16:06:00.000Z", | ||
| "status": "success" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
3 changes: 3 additions & 0 deletions
3
...sts/primitives/tools/codeql_bqrs_decode/decode_singular_file/before/monitoring-state.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "sessions": [] | ||
| } |
Binary file added
BIN
+15.8 KB
...ration-tests/primitives/tools/codeql_bqrs_decode/decode_singular_file/before/results.bqrs
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
...tegration-tests/primitives/tools/codeql_bqrs_decode/decode_singular_file/test-config.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "toolName": "codeql_bqrs_decode", | ||
| "arguments": { | ||
| "file": "client/integration-tests/primitives/tools/codeql_bqrs_decode/decode_singular_file/before/results.bqrs", | ||
| "format": "csv", | ||
| "no-titles": true | ||
| }, | ||
| "assertions": { | ||
| "responseContains": [ | ||
| "Example test code file found for codeql_test_extract example query." | ||
| ] | ||
| } | ||
| } | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.