Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python cli docker images #163

Closed
wants to merge 639 commits into from
Closed

Add python cli docker images #163

wants to merge 639 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 4, 2017

  1. feat: authenticate snyk test

    joshje authored and darscan committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    6b6854c View commit details
    Browse the repository at this point in the history
  2. feat: alpha support for Maven test and monitor (opt-in)

    fix: add maven package format version
    fix: sanitise maven exec params
    darscan committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    0f517fa View commit details
    Browse the repository at this point in the history
  3. fix: pass options to monitor

    darscan committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    0897a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11c8b6f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. fix: maven dependencies are sent as object; package name is only grou…

    …pId and artifactId
    Dror Ben-Gai authored and darscan committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    dfbf1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbcdc94 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. fix: adding the 'from' array to dependencies in maven (#157)

    * fix: adding the 'from' array to dependencies in maven
    
    * fix: ensure root module is in 'from' array for multi-module dependencies
    deebugger authored and darscan committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    de1ad50 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. fix: rename lib/test to lib/snyk-test

    Many tools treat directories named 'test' as test directories and give them special treatment. Our lib/test directory is not a test directory - it holds code for 'snyk test'.
    
    'yarn clean' is a prime example as it removes all directories named 'test' from a project's node_modules.
    
    See: yarnpkg/yarn#2331
    See: https:/Snyk/snyk/issues/64
    darscan committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    7c2aa8c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    06de370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    913b7c0 View commit details
    Browse the repository at this point in the history
  3. feat: require authentication for tests

    joshje authored and darscan committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    d6d2d53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d0e770 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e552afc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9534b93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3de18c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e4bf8e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

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

Commits on Jan 20, 2017

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

Commits on Jan 23, 2017

  1. fix: run sub-process commands inside a shell

    Ensures that we execute commands inside a shell and not directly.
    This makes it easier to run commands on windows without nasty hacks
    (like conditionally appending '.cmd' to the command string.. which
    doesn't always work).
    
    We originally used child_process.exec which actually calls
    child_process.spawn under the hood with the shell option set to true.
    
    Later we switched to using child_process.spawn directly without
    realising that the shell option for spawn defaults to false and
    has to be manually set.
    
    Check out the docs:
    https://nodejs.org/dist/latest-v6.x/docs/api/child_process.html#child_process_child_process_spawn_command_args_options
    darscan committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    676fb68 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. feat: change the default response to false for misc-add-test

    Now that we require authentication for running `snyk test`, we don't
    want to introduce this command to the test suite by default, as all
    environments will need to run `snyk auth` in order to authenticate.
    
    This also introduces extra explanation that snyk test requires auth.
    joshje committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    0a86c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef23d5c View commit details
    Browse the repository at this point in the history
  3. docs: include information about authentication in readme

    Explain that some commands require authentication, and give guidance
    about how to authenticate.
    joshje committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    bc901f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

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

Commits on Mar 6, 2017

  1. fix: ignore npm:qs:20170213 until 5 Apr 2017

    Anton Drukh committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    ee162c3 View commit details
    Browse the repository at this point in the history
  2. test: update patch fixtures to s3

    Anton Drukh committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    54a7c62 View commit details
    Browse the repository at this point in the history
  3. test: update vuln counts

    Anton Drukh committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    b22ab39 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. feat: updated ReadMe to make more concise

    EvKissle authored and joshje committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    aa895bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de88be6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. fix: use random string when failing to get MAC address for signature

    We use a local MAC address to randomise sha1 to sign the message. In case MAC address is unreadable (CI env, for example), we defaulted to a random number, causing a crash in crypto.
    
    Using `Math.random` is probably as random as `uuid`, but `crypto.createHash('sha1').update(mac)` requires a Buffer or a String, and not a number.
    Anton Drukh committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d78693d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Configuration menu
    Copy the full SHA
    e5fb843 View commit details
    Browse the repository at this point in the history
  2. feat: Add support for --org flag to snyk test and snyk wizard

    chore: refactor lib/snyk-test/index.js for ease of future package manager additions.
    aviadatsnyk committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    94e4a36 View commit details
    Browse the repository at this point in the history
  3. fix: bump snyk-policy and snyk-module

    Anton Drukh authored and aviadatsnyk committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    dbc2184 View commit details
    Browse the repository at this point in the history
  4. chore: travis test on node 0.12 instead of 0.10

    Anton Drukh authored and aviadatsnyk committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    0ab8e5b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. fix: yarn support in test, monitor and wizard

    Dror Ben-Gai committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    9409919 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

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

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    7dcf3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576e3dd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

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

Commits on May 4, 2017

  1. feat: double-dash argument as last option in arg line

    Dror Ben-Gai committed May 4, 2017
    Configuration menu
    Copy the full SHA
    8291ec1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. docs: remove Node.js caveat we no longer need

    guypod authored and Dror Ben-Gai committed May 15, 2017
    Configuration menu
    Copy the full SHA
    c088b40 View commit details
    Browse the repository at this point in the history
  2. docs: edit help text re npm & ignore

    guypod authored and Dror Ben-Gai committed May 15, 2017
    Configuration menu
    Copy the full SHA
    b477852 View commit details
    Browse the repository at this point in the history
  3. fix: update snyk policy

    aviadatsnyk committed May 15, 2017
    Configuration menu
    Copy the full SHA
    82bc676 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. chore: refresh package.json config

    Anton Drukh authored and gjvis committed May 26, 2017
    Configuration menu
    Copy the full SHA
    0c91c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d44512 View commit details
    Browse the repository at this point in the history
  3. feat: display alerts returned via API calls

    Any alerts that are returned from an API call are
    displayed in the CLI
    joshje committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9a76dd7 View commit details
    Browse the repository at this point in the history
  4. test: test the alerts module

    Check that alerts can be registered and displayed via the
    alerts module
    joshje committed May 26, 2017
    Configuration menu
    Copy the full SHA
    71bd6c4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. fix: remove and log vulns with no upgradeable path

    Dror Ben-Gai committed May 29, 2017
    Configuration menu
    Copy the full SHA
    b1039d3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

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

Commits on Jun 1, 2017

  1. feat: prevent wizard from running when test limits are reached

    The CLI command `snyk wizard` should not run when test limits
    are reached.
    joshje authored and darscan committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    b1b31d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8071a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63724fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b01b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9019810 View commit details
    Browse the repository at this point in the history
  6. fix: hide vuln-paths if --show-vulnerable-paths=false

    If `snyk test` is run with `--show-vulnerable-paths=false`, the CLI now
    displays a single entry for each unique vuln. Remediation advice is
    also not displayed in this case, as it relates to the vulnerable path,
    not the vuln.
    gjvis authored and darscan committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    4af0713 View commit details
    Browse the repository at this point in the history
  7. feat: test and monitor support for Gradle

    Dror Ben-Gai authored and darscan committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    18d56d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. chore: snyk policy cleanup

    Anton Drukh committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    a4887e3 View commit details
    Browse the repository at this point in the history
  2. fix: skip extraneous packages on update

    Anton Drukh committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    662a9e7 View commit details
    Browse the repository at this point in the history
  3. fix: prefer patching extraneous deps

    Anton Drukh committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    2756332 View commit details
    Browse the repository at this point in the history
  4. feat: initial Python/PIP app support for test and monitor

    It works with Python 2 and 3 apps with dependencies in a requirements
    file. It does not support testing/monitoring Python packages.
    darscan committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    5d9072b View commit details
    Browse the repository at this point in the history
  5. fix: remove 'runtime' as default for gradle, auto-detect gradle, supp…

    …ort omitted dependencies in gradle
    Dror Ben-Gai committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    960f07e View commit details
    Browse the repository at this point in the history
  6. chore: PR comments

    Dror Ben-Gai committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    92429bb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. fix: crash in snyk wizard when monitoring without packageManager

    Taken from #87 by @TaopaiC
    Anton Drukh committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    d102a60 View commit details
    Browse the repository at this point in the history
  2. fix: bad typo

    Anton Drukh committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    c17ff86 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. fix: dep tree wasn't showing vulns in UI

    Dror Ben-Gai committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    66555d0 View commit details
    Browse the repository at this point in the history
  2. chore: add org to snyk test

    Dar Malovani authored and Dror Ben-Gai committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    98a6a3d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. fix: missing equal sign for the org parameter

    Dar Malovani authored and Dror Ben-Gai committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    387d537 View commit details
    Browse the repository at this point in the history
  2. feat: support SBT package manager

    Dror Ben-Gai committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    b461b84 View commit details
    Browse the repository at this point in the history
  3. fix: support --dev when running in maven projects

    Dror Ben-Gai committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    ff6e063 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. feat: using mvn, gradle and sbt plugins

    Dror Ben-Gai committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    dec5ff8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. fix: replace Object.assign with lodash merge

    Object.assign is not available in Node 0.12
    darscan committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    c1ec004 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. fix: update snyk-python-plugin

    - handle underscores in requirements
    - skip deps that do not match the current environment (sys_platform)
    darscan committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    317a7bf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. test: update vuln count

    Anton Drukh committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5f811e1 View commit details
    Browse the repository at this point in the history
  2. docs: document show-vulnerable-paths in help

    aviadatsnyk authored and Anton Drukh committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    3268688 View commit details
    Browse the repository at this point in the history
  3. docs: fix typo in readme

    Suggested by @koczkatamas as #97
    Anton Drukh committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    16c902b View commit details
    Browse the repository at this point in the history
  4. fix: accept package manager from test result if returned

    When testing a GitHub url without an explicit target file
    the CLI won't know which package manager was used to perform
    the test, so accept the package manager from the test response
    if returned.
    darscan authored and Anton Drukh committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    ac48703 View commit details
    Browse the repository at this point in the history
  5. feat: implicitly detect scala projects

    Anton Drukh committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    54188d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. feat: upgrade Gradle and SBT plugins

    Gradle: use gradle wrapper script if present
    SBT: distinguish between single and multi build configurations
    darscan committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    b56cd5c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. fix: pass --dev flag to monitor to allow monitoring npm and yarn

    projects with dev dependencies
    darscan committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    6367edb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. fix: more prominent help

    Make the help functions more discoverable, particularly for
    `snyk ignore`
    gjvis authored and darscan committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    fdf3a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48efe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. fix: upgrade Python plugin

    - Ignore editable dependencies (local and VCS)
    darscan committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    196f247 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. feat: upgrade Gradle plugin

    - Alpha local JAR support
    darscan committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    ac55af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. fix: upgrade Gradle plugin

    - minor Jar related fixes
    darscan committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    ed59c18 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. feat: early access alpha support for Go test

    Note: this is an early access alpha feature
    michael-go authored and darscan committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    e36ba8f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. fix: remove buggy macAdress() code from analytics.js

    I noticed that analytics events are not sent from my machine, an Ubuntu
    17.04 VM. Debugging the issue showed that macAdress() threw an
    TypeError: Cannot read property 'indexOf' of undefined (ass curr, the
    second param of reduce() callback is undefined)
    Discussing it with @adrukh we decided that it's better to remove the
    call to macAdress() and always use uuid.v4() instead of fixing the buggy
    code.
    michael-go committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    57d6df7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

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

Commits on Sep 17, 2017

  1. fix: bump to snyk-mvn-plugin 1.0.2

    Dror Ben-Gai committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    e16423e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. fix: bump go & mvn plugin versions

    to avoid the fetching of a placeholder `fs` package
    michael-go committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    adde4c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. fix: ignore the vuln in tough-cookie

    No upgrade or patch available for tough-cookie (introduced via request)
    
    More information about the vulnerability:
    https://snyk.io/vuln/npm:tough-cookie:20170905
    joshje committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    6774990 View commit details
    Browse the repository at this point in the history
  2. feat: migrate from request to needle

    gjvis authored and darscan committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    09570c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f82b6d View commit details
    Browse the repository at this point in the history
  4. test: temporarily disable Travis Node 0.12 tests

    There is an unfortunate chicken-and-egg issue with a test fixture,
    and the quickest way out is to disable 0.12 on Travis
    darscan committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    195bdb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e87a512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34d1339 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    3040d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b7cd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    462302d View commit details
    Browse the repository at this point in the history
  4. fix: update snyk-go-plugin to 1.3.5

    for better handling of huge dependency trees
    michael-go committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ab780c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

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

Commits on Oct 9, 2017

  1. fix: update snyk-go-plugin to 1.3.7

    this fixes another bug with tree size reduction.
    the relevant PR in the plugin is:
    snyk/snyk-go-plugin#9
    michael-go committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    87027bc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. fix: update snyk-python-plugin to 1.2.5

    Ignores `--trusted-host` directive in pip requirement files
    darscan committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    474a04c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. fix: more reliable gradle plugin argument handling

    Resolves an issue where explicit --file arguments are handled
    incorrectly on some systems by the gradle plugin.
    gjvis authored and darscan committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    9106c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. feat: allow license issues to be ignored via snyk wizard

    Previously the wizard command would filter out any license issues,
    but we want to reverse that decision and allow people to ignore
    license issues.
    joshje committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    46dc5a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. feat: sending double-dash args as an array

    Dror Ben-Gai committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    5718e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bc915f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    f6c680a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fc58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    414f3de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb05db5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. feat: allow custom project-name for monitor command

    - support flag `snyk monitor --project-name=my-project`
    - support env var `SNYK_PROJECT_NAME=my-project snyk monitor`
    darscan committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    a7fdaa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. fix: update snyk-go-plugin to 1.3.8

    this makes the tree pruning be consistent on repeated runs
    michael-go authored and eavichay committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    f0359f0 View commit details
    Browse the repository at this point in the history
  2. feat: Adding NuGet plugin

    eavichay committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    0ef47d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    40b91ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6335f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

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

Commits on Nov 12, 2017

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

Commits on Nov 16, 2017

  1. fix: add proxy support

    Needle doesn't support automatic proxy like request does, snyk moved to
    needle on v1.41.0
    
    This change will look for the standard unix environment variables for
    proxying.
    
    Note, I couldn't see any support for no_proxy in needle, so the docs
    here need an update: https://snyk.io/docs/faqs search proxy.
    
    This has been manually tested:
    
    DEBUG=snyk:req ./node_modules/.bin/snyk protect  --debug
    ```
    ...
    Successfully applied Snyk patches
    ...
    snyk:req Using proxy:  http://proxyout.companydomain.com:8080 +0ms
    ```
    
    Use proxy-from-env
    timja authored and aviadatsnyk committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    aebf12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20890bc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. fix: nuget monitor in 1.3.0

    eavichay committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    93477f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. fix: nuget-plugin version 1.3.1

    eavichay authored and Anton Drukh committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    51a6019 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

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

Commits on Nov 24, 2017

  1. feat: include API ignores in test & wizard

    Any issues which were ignored via the API should be taken into
    account when running a test or when using the wizard.
    
    Note: monitor already takes API ignores into account
    joshje committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    f007934 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. feat: php plugin

    aryehbeitz authored and Anton Drukh committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    089d012 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. feat: check for ignore authorization

    Allow for organisations to disable ignoring issues via the CLI
    joshje committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    9e04191 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. chore: test against node 8

    thisislawatts authored and Anton Drukh committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    4436561 View commit details
    Browse the repository at this point in the history
  2. fix: supporting project.assets.json file

    eavichay authored and Anton Drukh committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    27aa087 View commit details
    Browse the repository at this point in the history
  3. chore: add .nvmrc with 0.12

    michael-go authored and Anton Drukh committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    d6b5466 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. feat: upgrade snyk-policy to support disregardIfFixable

    Ignores with disregardIfFixable set to true will not be
    applied if the issue can be upgraded or patched.
    joshje committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    bb828a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e083a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    633ecd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    23f426c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce2b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7e9ed View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. feat: add backward comp for the docker images

    change docker-entrypoint.sh to support the variables that the jenkins plugin provides it as well as the documented ones and update documentation.
    odinn1984 committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    0fde59d View commit details
    Browse the repository at this point in the history
  2. fix: docker monorepo build fails due to bad paths

    change the way we handle mono repos with our docker image so that it will work with the right parameters
    odinn1984 committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    a7825cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d912a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    6c8702f View commit details
    Browse the repository at this point in the history
  2. fix: make the user impersonation work correctly in docker

    had to modify the docker files to also consider root user id's when running snyk test on sbt
    was missing some files in home directories.
    odinn1984 authored and michael-go committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    78a0ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c526a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    107d16b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c5413f View commit details
    Browse the repository at this point in the history
  6. feat: golang: resolve imports for all subfolders

    this updates the snyk-go-plugin to 1.4.2.
    go-plugin PR: snyk/snyk-go-plugin#13
    michael-go committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    dd82774 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    edea22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51b940 View commit details
    Browse the repository at this point in the history
  3. feat: add support for pkg

    Ability to bundle this node app into a native binary via
    the package https://www.npmjs.com/package/pkg
    joshje committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    5cd8e40 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

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

Commits on Dec 18, 2017

  1. fix: meta summary: print actual pkg-manager

    rather than the package-type, if exist
    michael-go authored and odinn1984 committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    60c5f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7973ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665bf38 View commit details
    Browse the repository at this point in the history
  4. feat: log non object errors as well

    In some cases errors can come in form of a string, we want to log them.
    Dar Malovani authored and michael-go committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    3547d4e View commit details
    Browse the repository at this point in the history
  5. fix: golang: ignore pkgs listed as ignored

    as stated in Gopkg.toml or vendor.json
    
    this updates the `snyk-go-plugin` 1.4.2 -> 1.4.3
    relevant PR: snyk/snyk-go-plugin#19
    michael-go committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    0557383 View commit details
    Browse the repository at this point in the history
  6. test: remove Node 8 from Appveyor

    - Node 8 tests are failing on Appveyor but we aren't sure why
    - Let's remove them for now, and resume when we've figured out the issue
    darscan committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    1c53d53 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. fix: make sure that we set the homedir of the user correctly

    when we are adding docker-user to the container with USER_ID that already exists make sure that both users have /home/node as the home directory. this fixes issues in user sensitive envs like sbt.
    odinn1984 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    9848e8b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

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

Commits on Dec 21, 2017

  1. feat: auto detect nuget project files

    aryehbeitz authored and Anton Drukh committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7b9345b View commit details
    Browse the repository at this point in the history
  2. feat: auto detect composer.lock

    aryehbeitz authored and Anton Drukh committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2334a61 View commit details
    Browse the repository at this point in the history
  3. fix: incorporate version fix for nuget

    aryehbeitz authored and Anton Drukh committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4781522 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. fix: bump python plugin to fix transitive deps detection

    Anton Drukh authored and michael-go committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    fcd04b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dbd027 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. test: windows path in proxyquire

    Anton Drukh authored and odinn1984 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    d268c6f View commit details
    Browse the repository at this point in the history
  2. test: minimal appveyor tick with nodejs@6

    Nodejs 4 and 8 require more functional / testing changes to pass on appveyor, stopping here this time.
    Anton Drukh authored and odinn1984 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    ba5571b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f82bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2f0b41 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

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

Commits on Jan 2, 2018

  1. fix: make sure that html file exists before appending to it

    when we are running docker without monitor the html report file is not created and then we try to append to it which fails the process.
    this is solved by creating the html file before writing to it, thus it will always exist.
    odinn1984 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    fb6dc0b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. feat: publish snyk cli binaries on release

    Anton Drukh committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    65c6b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. fix: revert pkg binaries release

    Anton Drukh authored and odinn1984 committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f7dd604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3442852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb8a127 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Configuration menu
    Copy the full SHA
    4ad8f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5df15 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

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

Commits on Jan 9, 2018

  1. feat: test multiple paths

    Anton Drukh committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    d47ab14 View commit details
    Browse the repository at this point in the history
  2. fix: add proxy support when fetching patches

    timja authored and Anton Drukh committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    3e409ca View commit details
    Browse the repository at this point in the history
  3. test: overcome tests not babelified in nodejs4

    Anton Drukh committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    272a3e1 View commit details
    Browse the repository at this point in the history
  4. feat: sln support

    aryehbeitz committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    f6e3ae9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

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

Commits on Jan 16, 2018

  1. chore: remove residual csproj

    aryehbeitz authored and Anton Drukh committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    02baf7f View commit details
    Browse the repository at this point in the history
  2. fix: update help wording

    aryehbeitz authored and Anton Drukh committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    9eaaf84 View commit details
    Browse the repository at this point in the history
  3. fix: update error messages, debug messages, test, erroring flow

    aryehbeitz authored and Anton Drukh committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    1c579e1 View commit details
    Browse the repository at this point in the history
  4. fix: json obj for snyk test error

    aryehbeitz authored and Anton Drukh committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    cdd907c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    5ae3182 View commit details
    Browse the repository at this point in the history
  2. fix: update snyk-python-plugin to 1.5.3

    to handle cyclic deps
    michael-go committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    47a2dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. fix: allow missing policy in dependencies on protect

    Anton Drukh committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    af0acdc View commit details
    Browse the repository at this point in the history
  2. fix: bump sbt plugin to better handle sbt 1.x.x

    Anton Drukh committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    db9067f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab71ac5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. fix: use official version of recursive-readdir

    The latest version of recursive-readdir is vuln free.
    https://snyk.io/test/npm/[email protected]
    joshje committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    931c87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde5a75 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    9f33e77 View commit details
    Browse the repository at this point in the history
  2. fix: bump snyk-python-plugin to 1.5.4

    to allow hashes & line breaks in requirements.txt
    michael-go authored and lili2311 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    589c851 View commit details
    Browse the repository at this point in the history
  3. fix: Tests setup for multiple patch applications to the same file

    Liliana Kastilio authored and lili2311 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    28019b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e20b64 View commit details
    Browse the repository at this point in the history
  5. fix: Updated tests, added test fixtures and added more debugging

    Make tests fail if patchign did not succeed
    lili2311 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    13eff65 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    42ce79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab9a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42c0fc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. fix: use locally built lodash

    Anton Drukh committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    a2ab439 View commit details
    Browse the repository at this point in the history
  2. fix: bump debug to a non-vulnerable minimum version

    Anton Drukh committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    297b3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd60fcc View commit details
    Browse the repository at this point in the history
  4. fix: standardise handling of errors on snyk test

    Anton Drukh committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    d7d3353 View commit details
    Browse the repository at this point in the history
  5. fix: bump snyk-sbt-plugin to fix output format issue

    Anton Drukh committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    a536ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. docs: update readme

    grammar nits
    cweekly authored and michael-go committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    e70618d View commit details
    Browse the repository at this point in the history
  2. fix: bump snyk-policy to allow unquoted dates

    Anton Drukh authored and michael-go committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    54ffa86 View commit details
    Browse the repository at this point in the history
  3. test: new policy fixtures

    Anton Drukh authored and michael-go committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    65c6ac1 View commit details
    Browse the repository at this point in the history
  4. test: lock nock to 9.1.0

    as 9.2.1 uses ES6 "enhanced object literals"
    michael-go committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    6847700 View commit details
    Browse the repository at this point in the history
  5. fix: debug on requests

    Anton Drukh authored and michael-go committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    5bf0f83 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. fix: bump sbt-plugin to 1.2.5 (better errors)

    michael-go authored and Mila Votradovec committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    46cb432 View commit details
    Browse the repository at this point in the history
  2. fix: add --json to help docs

    aarlaud authored and Mila Votradovec committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9da056d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. feat: add severity-threshold flag

    Mila Votradovec committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    c2399ae View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. fix: analytics report includes duration of execution

    Anton Drukh committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    66d658a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

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

Commits on Mar 22, 2018

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

Commits on Apr 4, 2018

  1. fix: update snyk-go-plugin 1.4.5 -> 1.4.6

    fixing some error strings.
    plugin PR: snyk/snyk-go-plugin#23
    michael-go committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    6a77349 View commit details
    Browse the repository at this point in the history
  2. feat: a seperate spinner for "Analyzing deps ..."

    Today we only have a single spinner saying "Querying vulnerabilities
    database ..." - but the actual local anlysis of dependencies can take
    several good seconds (or even minutes) for some pkg-managers such as
    sbt, maven, etc.
    michael-go committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    db91114 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    38f993f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e49fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6ce94 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. feat: support yarn for protect scripts

    The command for yarn is now added as `yarn run snyk-protect`.
    For npm the command remains `npm run snyk-protect`.
    joshje committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    7e10aae View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. feat: remove update notifier

    This is the last release with Node 0.12 support. We won't
    warn that there is a later version available from this release.
    joshje committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    042c476 View commit details
    Browse the repository at this point in the history
  2. feat: update snyk-resolve-deps to reduce size of dependencies

    The new version of `snyk-resolve-deps` no longer includes clite which
    was increasing the size of the installed deps considerably.
    joshje committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    933f3f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. feat: drop support for Node < 4

    Although this is breaking usage for Node 0.12 users, we decided not to publish this as a breaking change. The main goal is not to needlessly alert our users using supported Node versions.
    darscan authored and Anton Drukh committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    42796e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. fix: pin snyk-policy version

    darscan authored and Anton Drukh committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    aa6040e View commit details
    Browse the repository at this point in the history
  2. feat: bail out on unsupported nodejs runtime versions

    Anton Drukh committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    9bc11d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f467e View commit details
    Browse the repository at this point in the history
  4. feat: better url-opening ability for snyk auth flow

    - replace deprecated open package with opn
    AH7 authored and Anton Drukh committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    ff777dd View commit details
    Browse the repository at this point in the history
  5. chore: update .nvmrc to 4

    michael-go authored and Anton Drukh committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    348ea15 View commit details
    Browse the repository at this point in the history
  6. feat: use proxy-agent for proxying

    This resolves cases where the CLI is trying to connect over an HTTP proxy, which is not implemented internally by `needle`.
    Anton Drukh committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    439195c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. chore: drop babel

    darscan authored and michael-go committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    4af5792 View commit details
    Browse the repository at this point in the history
  2. chore: node4 compatible syntax in test

    Anton Drukh authored and michael-go committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    f5c99b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91893f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b9b538 View commit details
    Browse the repository at this point in the history
  5. feat: update deps

    Anton Drukh committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    adf9b7b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. fix: bump sbt plugin to process larger dep graphs

    Anton Drukh committed May 4, 2018
    Configuration menu
    Copy the full SHA
    db27ab9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. feat: add nugget system deps

    orsagie committed May 8, 2018
    Configuration menu
    Copy the full SHA
    ab92741 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. feat: bump php plugin to 1.5.1

    odinn1984 authored and orkamara committed May 9, 2018
    Configuration menu
    Copy the full SHA
    9290ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f3d14 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. fix: do not print patch output unless error

    This is causing issues on some users' CI environments due to the
    verbosity of `patch`. When things go wrong, we output `patch`s stdout
    from as part of the error, which means it gets printed twice (causing
    huge logs).
    
    This change means we only print `patch`s stdout on error (which is the
    only time its interesting).
    gjvis authored and michael-go committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f6653c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84aa680 View commit details
    Browse the repository at this point in the history
  3. fix: nuget parse prerelease versions

    orsagie authored and michael-go committed May 15, 2018
    Configuration menu
    Copy the full SHA
    e7f1502 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5841470 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

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

Commits on Jun 3, 2018

  1. fix: properly aggregate errors when multiple paths are tested

    When several paths were tested (`snyk test path1 path2 path3`), vulnerable projects were summarised together with paths that failed to be tested (for example, no relevant manifest file was found). This change separates vulnerable paths from errored paths, summarising test results properly. The CLI will still exit with a non-zero RC if a vulnerable path or an errored path (or both) are tested.
    Anton Drukh committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    1ac87f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

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

Commits on Jun 14, 2018

  1. feat: robust *.sln file parsing for project paths

    We now parse more complex solution files, and extract ALL project paths from them (not just those pointing at `.csproj` files).
    Once extracted, each project folder is tested for the presence of a relevant manifest file. Only valid folders are then processed.
    Anton Drukh committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    28a1dad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Add python3 cli docker image

    Julien Duchesne committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a6aaa98 View commit details
    Browse the repository at this point in the history
  2. Add python2 cli docker image

    Julien Duchesne committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7433db0 View commit details
    Browse the repository at this point in the history