snyk / snyk-nuget-plugin

Basic Snyk CLI plugin for .NET support.
Other
5 stars 14 forks source link

fix: send user messages to stderr #217

Closed 37IulianPopovici closed 1 month ago

37IulianPopovici commented 1 month ago

Sending user facing messages to stdout will cause issues when using the --json flag (the message gets displayed in the json graph and thus making it invalid). This PR uses stderr to display user facing messages.

snyksec commented 1 month ago

:tada: This issue has been resolved in version 2.7.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: