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
base: v1.849.0
Choose a base ref
...
head repository: snyk/cli
compare: v1.850.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 7 contributors

Commits on Feb 3, 2022

  1. Copy the full SHA
    8e6a2c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge pull request #2707 from taldromi/patch-2

    docs: update SECURITY.MD links
    JackuB committed Feb 8, 2022
    Copy the full SHA
    883f862 View commit details
    Browse the repository at this point in the history
  2. feat: Add hcltojson-v2 generator for parsing hcl and variables with G…

    …opherJS.
    
    This commit uses gopherJS to integrate with the external snyk/snyk-iac-parsers Go package and compile it into JS. This exposes the functionality for implementing variable dereferencing, which we can use in a next commit directly via a call to the exposed functions in the generated minified JS.
    It includes a Makefile for generation of the js bundles for any new changes.
    
    Co-authored-by: Teodora Sandu <teodora.sandu@snyk.io>
    [CFG-1499]
    
    This commit creates a duplicate of the current hcltojson parser with some small tweaks to work with snyk-iac-parsers.
    Ilianna Papastefanou committed Feb 8, 2022
    Copy the full SHA
    dbba988 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. feat: archive extraction

    - implement archive extraction supporting zip & tar formats (including gzip compression)
    - fix casing for the package IDs in the vulnerabilities list
    - fix json payloads used for json file serialization
    
    Co-authored-by: Daniel Ekelund <daniel.ekelund@snyk.io>
    Co-authored-by: Eleanor Kavanagh-Brown <eleanor.kavanagh-brown@snyk.io>
    3 people committed Feb 9, 2022
    Copy the full SHA
    a7ad567 View commit details
    Browse the repository at this point in the history
  2. chore: Update codeowners for hcltojson generator(iac)

    Ilianna Papastefanou committed Feb 9, 2022
    Copy the full SHA
    a30b437 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2705 from snyk/feat/add-iac-parser-gopherjs-cfg-1499

    
    
    Expose snyk/snyk-iac-parsers via gopherjs [cfg-1499]
    ipapast committed Feb 9, 2022
    Copy the full SHA
    2669b28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2745 from snyk/feat/archive-extraction

    feat: archive extraction for the unmanaged flows
    danlucian committed Feb 9, 2022
    Copy the full SHA
    b57e376 View commit details
    Browse the repository at this point in the history