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: tox-dev/python-discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: tox-dev/python-discovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 23, 2026

  1. [pre-commit.ci] pre-commit autoupdate (#54)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    b4cbd35 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. 🔒 ci(workflows): add zizmor security auditing (#55)

    GitHub Actions workflows were vulnerable to several security issues
    including template injection, credential exposure, and permission
    over-scoping. These vulnerabilities could allow attackers to execute
    arbitrary code or access sensitive tokens.
    
    This change adds `zizmor` as a pre-commit hook to continuously audit
    workflow security and fixes all existing vulnerabilities. The fixes
    include pinning actions to commit hashes, moving secrets to dedicated
    environments, isolating GitHub context from shell execution, and
    restricting permissions to the minimum required scope.
    
    All workflows now pass security audit with zero findings. Future
    workflow changes will be automatically checked before commit.
    gaborbernat authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    eabb812 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. expose KNOWN_ARCHITECTURES as public API (#56)

    - Add KNOWN_ARCHITECTURES frozenset to _py_info.py and export it from
    the package's public API
      - Expand normalize_isa() to also normalize i386 and i586 → x86
      - Update test to reference the new constant instead of a hardcoded set
    
    Co-authored-by: Rahul Devikar <radevika@microsoft.com>
    rahuldevikar and ryukofc authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    38eac12 View commit details
    Browse the repository at this point in the history
Loading