Thanks to visit codestin.com
Credit goes to github.com

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: snyk/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1298.2
Choose a base ref
...
head repository: snyk/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1298.3
Choose a head ref
  • 7 commits
  • 19 files changed
  • 6 contributors

Commits on Aug 13, 2025

  1. feat: add gradle 9 support to snyk test

    - Adjusts snyk-gradle-plugin` to work with gradle 9
    - Updates acceptance tests to use gradle 9
    aztek authored and PeterSchafer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    6b88b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9333cc View commit details
    Browse the repository at this point in the history
  3. chore: switch ai-bom scans to new service

    AI-BOM scanning was initially implemented as a special type of code
    scan. This had various drawbacks and let to the development of a new
    service to provide more flexibility and allow extending the
    functionality in future. This PR switches the backend from
    the code engine api (via deeproxy) to the new service ai-bom. The
    analysis that is performed is otherwise functionally equivalent.
    
    The fake-server and acceptance tests have been adapted to the new api.
    
    (cherry picked from commit 282f3a8)
    ebhardjan authored and PeterSchafer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    4ad8147 View commit details
    Browse the repository at this point in the history
  4. chore: check ai-bom service availability before doing other requests

    This PR bumps the version number of the cli-extension-ai-bom.
    The version bump includes 2 things:
    * minor fix to the html visualization output
    * error early in case the experimental ai-bom service is unavailable.
      Before FileBundles are created.
    
    The PR additionally adds an acceptance test for the second part around
    not creating a FileBundle if the ai-bom service is not available.
    
    (cherry picked from commit b3a5c20)
    ebhardjan authored and PeterSchafer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    b9e6cfe View commit details
    Browse the repository at this point in the history
  5. fix: handles aibom unauthorized error correctly

    (cherry picked from commit 1187e1e)
    denis-snyk authored and PeterSchafer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    e5d175b View commit details
    Browse the repository at this point in the history
  6. chore: updating release notes

    dotkas authored and PeterSchafer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    24f4eed View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6103 from snyk/dotkas/hotfix-v1.1298.3

    chore: hotfix for `v1.1298.3`
    dotkas authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    e299110 View commit details
    Browse the repository at this point in the history
Loading