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.75
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: v2.2.76
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. SARIF file output and reachability filtering (#165)

    * Add support for SARIF file output
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Ignore SARIF results
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add test for new SARIF output functionality
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Document new CLI output flag and clarify intended usage
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Bump version to prep for release
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Bump version to account for new release
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add workflow for running unittests
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Tweak workflow name
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Install dev dependencies for testing
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update lockfile
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add configurable option for reachabilty filtering with SARIF
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Implement reachabilty logic for SARIF output
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add unittests to cover new reachability filtering functionality
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update README to document new filtering options and required use of --reach flag
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update e2e tests to include SARIF workflow
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Impove Slack bot mode debug logging to surface failures
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Skip gitlab tests that pass incorrect mock client to constructor
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update old constructor to use current Mock(spec=CliConfig) pattern, plus other test fixes
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    ---------
    
    Signed-off-by: lelia <lelia@socket.dev>
    lelia authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    b8b49f5 View commit details
    Browse the repository at this point in the history
Loading