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

spike: test command paket support #362

Closed
wants to merge 1 commit into from
Closed

Conversation

Kirill89
Copy link
Contributor

What does this PR do?

Added paket support to snyk test command.

It is not production-ready:

  • only root level dependencies
  • relevant tasks still in progress

How to test locally

Tested manifest file

framework: net451
source https://api.nuget.org/v3/index.json

nuget System.Net.Http 4.3.0
nuget FAKE

CLI output

snyk-dev test /Users/kirill/Work/paket-test

Testing /Users/kirill/Work/paket-test...

✗ Medium severity vulnerability found in System.Net.Http
  Description: Authentication Bypass
  Info: https://snyk.io/vuln/SNYK-DOTNET-SYSTEMNETHTTP-60048
  Introduced through: System.Net.Http@4.3.0
  From: System.Net.Http@4.3.0

✗ High severity vulnerability found in System.Net.Http
  Description: Denial of Service (DoS)
  Info: https://snyk.io/vuln/SNYK-DOTNET-SYSTEMNETHTTP-60045
  Introduced through: System.Net.Http@4.3.0
  From: System.Net.Http@4.3.0

✗ High severity vulnerability found in System.Net.Http
  Description: Improper Certificate Validation
  Info: https://snyk.io/vuln/SNYK-DOTNET-SYSTEMNETHTTP-60046
  Introduced through: System.Net.Http@4.3.0
  From: System.Net.Http@4.3.0

✗ High severity vulnerability found in System.Net.Http
  Description: Privilege Escalation
  Info: https://snyk.io/vuln/SNYK-DOTNET-SYSTEMNETHTTP-60047
  Introduced through: System.Net.Http@4.3.0
  From: System.Net.Http@4.3.0

✗ High severity vulnerability found in System.Net.Http
  Description: Information Disclosure
  Info: https://snyk.io/vuln/SNYK-DOTNET-SYSTEMNETHTTP-72439
  Introduced through: System.Net.Http@4.3.0
  From: System.Net.Http@4.3.0




Organisation:      kirill
Package manager:   nuget
Target file:       paket.dependencies
Open source:       no
Project path:      /Users/kirill/Work/paket-test

Tested 2 dependencies for known vulnerabilities, found 5 vulnerabilities, 5 vulnerable paths.


Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant