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: 4903ae3
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: 637eda7
Choose a head ref
  • 1 commit
  • 29 files changed
  • 1 contributor

Commits on Mar 12, 2026

  1. Fix reachability filtering, add config file support (#169)

    * Add SARIF scoping/reachability controls, config file support
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add coverage for new SARIF scoping, config file behavior
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add config examples for different use cases
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Refactor docs to reduce README complexity, create dedicated CLI and CI/CD guides
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Bump version for release
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add shared selector/filter module
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Refactor output handling to use shared alert selection
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Refactor Slack diff filtering to use shared selection semantics, facts-aware reachable filtering
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add unit tests for shared selection logic
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add unit tests for new Slack behavior
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update output tests for strict-blocking and SARIF
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add JSON config examples for reference
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Remove unnecessary backwards compat logic
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Docs refactor for better readability, dedicated guides for CLI + CI/CD usage
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Bump version for release
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Fix missing version check expected in PR preview
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Fix PR preview worklfow to use updated version check
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Fix e2e regression tests to use correct SARIF flags and remove legacy assertions
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    ---------
    
    Signed-off-by: lelia <lelia@socket.dev>
    lelia authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    637eda7 View commit details
    Browse the repository at this point in the history
Loading