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.79
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.80
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 25, 2026

  1. Fix GitHub Actions workflow security issues (zizmor) (#173)

    - Fix template injection vulnerabilities by using environment variables
      instead of inline expressions in shell scripts (docker-stable, release)
    - Pin third-party actions to full SHA commits (docker-stable)
    - Add top-level permissions blocks with least-privilege scoping
      (docker-stable, e2e-test, version-check)
    - Add persist-credentials: false to all checkout steps
    - Add zizmor.yml configuration file
    - Fix missing newlines at end of files
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    reberhardt7 and claude authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    abe5df3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Fix broken links on PyPI by using absolute GitHub URLs (#174)

    PyPI renders the README but has no access to the repository file tree,
    so all relative links (docs/, examples/config/, workflows/) resolved
    against pypi.org and returned 404s. Replace with absolute URLs pointing
    to the main branch on GitHub.
    mtorp authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    064fb7d View commit details
    Browse the repository at this point in the history
Loading