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: PyCQA/bandit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.5
Choose a base ref
...
head repository: PyCQA/bandit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.6
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 23, 2025

  1. Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#1279)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.2 to 3.9.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@3454372...fb28c2b)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    33c6789 View commit details
    Browse the repository at this point in the history
  2. Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#1278)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@b5ca514...e468171)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 3.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    090ba0f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Configuration menu
    Copy the full SHA
    ffed1bb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 (#1284)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.0 to 3.9.1.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@fb28c2b...398d4b0)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.9.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    4cd1337 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Huggingface revision pinning (#1281)

    * Huggingface revision pinning
    
    In much the same way as unpinned container images benefit from
    digest pinning, fixing a model, dataset or file to a revision digest
    uniquely and immutably fixes use to a paricular model snapshot (commit)
    
    * Add more example unsafe patterns
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix PEP8
    
    * Reduce to 79 chars
    
    * Additional Changes to Huggingface Revision Checks
    
    - Add an entry for CWE 494
    - Use string.hexdigits
    - Set to 18.6 release
    - Remove Copywright
    - Order after markupsafe
    
    * Sort CWE by Numbers
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    lukehinds and pre-commit-ci[bot] authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    2d0b675 View commit details
    Browse the repository at this point in the history
Loading