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.1292.1
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.1292.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 27, 2024

  1. Merge pull request #5351 from snyk/chore/update_rc

    chore: merge stable into rc
    PeterSchafer authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    39f308a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

  1. fix: make dotnet acceptance test resilient to system lib vulns

    A dotnet 8.0.0 vulnerability was discovered on 2024-07-09 which caused
    dotnet acceptance tests to fail on platforms with the vulnerable version
    installed.
    
    While the toolchain could be updated, the test can be made more
    robust to future reoccurances of dotnet system vulns.
    
    For this test we care more about the operation of the test command
    rather than its findings, so we can test for consistency between exit
    code and test output instead.
    
    In updating this test, a defect was discovered in the dotnet plugin
    which corrupts json output. The test works around this, but it will
    require a dotnet plugin upgrade as a followup to mitigate user impact.
    
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch fix/dotnet-test-fail-20240710
    # Changes to be committed:
    #	modified:   test/jest/acceptance/snyk-test/basic-test-all-languages.spec.ts
    #
    # Untracked files:
    #	distroless-main-jq.json
    #	distroless-main.json
    #	distroless-pr.json
    #	junit.xml
    #	monitor-json-compare.bash
    #	snyk-linux-monitor-main-1.jq.json
    #	snyk-linux-monitor-main-1.json
    #	snyk-linux-monitor-main-2.jq.json
    #	snyk-linux-monitor-main-2.json
    #	snyk-linux-monitor-main.json
    #	snyk-linux-monitor-pr.json
    #	snyk-linux-test-main.json
    #	test.env
    #	test/acceptance/workspaces/swift-app/.build/
    #	test/acceptance/workspaces/swift/.build/
    #	test/fixtures/find-files/swift/test.build/.build/
    #
    cmars authored and adrobuta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c498b46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5384 from snyk/hotfix/v1.1292.0-container-remove-…

    …ignored-paths
    
    fix: remove ignored paths when discovering npm manifests UNIFY-216
    PeterSchafer authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9af7971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76a419 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #5389 from snyk/tmp/hotfix-UNIFY-216

    chore: merge hotfix from rc into stable 1.1292
    PeterSchafer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c8fa39f View commit details
    Browse the repository at this point in the history
Loading