-
Notifications
You must be signed in to change notification settings - Fork 13.5k
feat(core): enhance shell command validation and add core tools allowlist #25720
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5746424
feat(core): enhance shell command validation and add core tools allow…
galz10 a56f3f6
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce 8e4882e
Merge branch 'main' into galzahavi/fix/coretools
galz10 8c7b837
addressed the failure in shell-substitution.test.ts
DavidAPierce cfbdbe6
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce d0391b3
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce ffd9f9f
test(core): mock getShellConfiguration in shell substitution tests
DavidAPierce d115821
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce 579ebe0
fix failing unit test for windows.
DavidAPierce c2984f9
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce add751e
Modifying strategy around planning modes and fixing ask handling
kschaab ad6b710
Merge branch 'main' into galzahavi/fix/coretools
kschaab cc6d7a4
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce 5331853
Add a deny policy for tool calls looser than explicetly allowed tool …
DavidAPierce 1734a03
set aggregateDecision to ASK_USER if any result dictates asking the u…
DavidAPierce 7bb4fab
Merge branch 'main' into galzahavi/fix/coretools
DavidAPierce ad56ab5
respect confirmation required setting when set by users in updated po…
DavidAPierce a5bd5f4
Merge remote-tracking branch 'refs/remotes/origin/galzahavi/fix/coret…
DavidAPierce 4c6ec40
regenerate settings schema and update configuration.md to include too…
DavidAPierce 2e21f85
add trusted workspace setting to evals
DavidAPierce bf768cb
set GEMINI_CLI_TRUST_WORKSPACE in evals test helper and revert yml ch…
ehedlund 173d4d6
disable the memoryV2 experiment in eval tests since they don't play n…
DavidAPierce 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation currently defaults to a
DENYdecision whentools.coreis configured. Based on the repository rules, the default policy decision for tool calls should beALLOWuntil an approval mechanism is in place, as aDENYdefault is considered too restrictive. Please update the decision toALLOWand ensure the priority is correctly set to avoid unintentionally overriding other policies.References
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment seems to be ignoring the secure by default methodology being implemented when core tools are restricted. I don't think that this is a valid concern from the bot's part, but if you think this is correct, feel free to address the above comment.