Conversation
BarrensZeppelin
approved these changes
Mar 11, 2026
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
- Include exit code and signal in Coana failure messages - Log Coana version, target, and cwd on reachability analysis failure - Add retry: 2 to all scan reach e2e tests for transient CI failures
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
--reach-disable-external-tool-checksflag to reachability commands (socket scan create --reach,socket scan reach)--disable-external-tool-checksflag to thesocket fixcommand--disable-external-tool-checksto the Coana CLICoana Changelog
For details on what's included in this Coana release, see the Coana Changelogs.
Note
Medium Risk
Touches command-line surface area and Coana invocation wiring for
fixand reachability scans, so mis-wiring could change analysis behavior or break workflows; changes are otherwise additive and mostly diagnostics/dependency updates.Overview
Updates the bundled
@coana-tech/clito14.12.194and bumps the CLI version to1.1.70(with changelog entry).Adds new opt-out flags for Coana “external tool checks”:
socket fix --disable-external-tool-checksandsocket scan (create --reach|reach) --reach-disable-external-tool-checks, wiring them through to Coana invocations and defaulting the new reach option tofalsein CI/GitHub scan paths. Reachability execution now logs more details on Coana failures,spawnCoanaDlxreturns more descriptive errors (exit code/signal), E2E reach tests are retried, and CI installsuvbefore running e2e tests.Written by Cursor Bugbot for commit 7f4839d. This will update automatically on new commits. Configure here.