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/parlay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: snyk/parlay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 41 files changed
  • 6 contributors

Commits on Nov 20, 2024

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

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    6f99e54 View commit details
    Browse the repository at this point in the history
  2. fix: handle Snyk API rate limit (#86)

    Closes #83.
    mcombuechen authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d3fde54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6daa934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0523a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

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

Commits on Dec 17, 2024

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

Commits on Dec 18, 2024

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

Commits on Jan 6, 2025

  1. fix: ecosystems validate external references urls (#97)

    * fix: ecosystems validate urls
    
    * fix: rename arg to ref and use url pkg name
    acidghost authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    7d69dae View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

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

Commits on Jan 24, 2025

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

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    09544e5 View commit details
    Browse the repository at this point in the history
  2. Support CVSSv4 information for Snyk envrichment (#106)

    This change updates the Snyk API to the latest version for package
    information, which contains CVSSv4 information for some vulnerabilties.
    Note this change also fixes a big were the CVSS version was hardcoded to
    3.1, and could have been either 3.0 and 3.1.
    garethr authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    e5607ba View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. fix: fall back to license from package if not present in versioned pa…

    …ckage (#109)
    
    * fix: fall back to license from package if not present in versioned package
    
    * chore: use normalized licenses from versioned package
    
    * fix: retain previous behaviour of using unformatted licenses
    
    * test: add test to verify spdx behaviour is retained
    
    * docs: update readme with license data info
    
    * chore: don't allocate string slice unnecessarily
    
    * style: simplify testing abstraction and pass in raw json string
    
    * chore: call t.Helper in helper methods, and use require.NoError instead of panicking
    thomasschafer authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9e99951 View commit details
    Browse the repository at this point in the history
  2. fix: increase number of retries during Snyk enrichment (#110)

    This should eliminate 429 errors
    JoeySnyk authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    07595e5 View commit details
    Browse the repository at this point in the history
Loading