Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.68
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 19, 2026

  1. feat: add new reachability flags and change analysis splitting default

    - Add --reach-enable-analysis-splitting flag (splitting now disabled by default)
    - Add --reach-detailed-analysis-log-file flag
    - Add --reach-lazy-mode flag
    - Keep --reach-disable-analysis-splitting as hidden no-op for backwards compatibility
    mtorp committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    b8231bb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. fix description

    mtorp committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    c4cd89a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from SocketDev/reach-new-flags

    feat: add new reachability flags and change analysis splitting default
    mtorp authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    ef21b60 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    92ebc97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from SocketDev/set-scan-type-when-reach

    Set the scan type to socket_tier1 when using the reachability flag
    mtorp authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    03549b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Add strace to Docker image

    Added strace to the base packages in the Docker image for debugging purposes.
    mtorp committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    628e386 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from SocketDev/add-strace-to-docker

    Add strace to Docker image
    mtorp authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    9007613 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. e2e tests for full scans

    mtorp committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    b0c00be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d021137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f2be5c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Merge pull request #156 from SocketDev/e2e-test

    e2e tests for full scans + full scans with reachability
    mtorp authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    38c064d View commit details
    Browse the repository at this point in the history
Loading