Skip to content

Conversation

@mtorp
Copy link
Contributor

@mtorp mtorp commented Oct 24, 2025

Fixes a bug where the target directory was ignored by the reachability analysis.
For example, socket scan reach . ran the same reachability analysis as socket scan reach ./foo.

There are some constraints added to the targets when running in reachability analysis:

  • It must be a directory
  • It must be inside cwd.
  • There can only be one target
    These constraints are added because the reachability analysis is meant to run on the root of a project.

@mtorp mtorp requested a review from jdalton October 24, 2025 07:47
mtorp added 3 commits October 25, 2025 12:50
…a-228-the-reachability-analysis-ignores-targets
…s' of github.com:SocketDev/socket-cli into martin/rea-228-the-reachability-analysis-ignores-targets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant